summaryrefslogtreecommitdiff
path: root/toxcore/onion.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/onion.h')
-rw-r--r--toxcore/onion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/onion.h b/toxcore/onion.h
index 26cf0039..20cd1e5c 100644
--- a/toxcore/onion.h
+++ b/toxcore/onion.h
@@ -85,7 +85,7 @@ typedef struct Onion_Path {
85 * 85 *
86 * Create a new onion path out of nodes (nodes is a list of ONION_PATH_LENGTH nodes) 86 * Create a new onion path out of nodes (nodes is a list of ONION_PATH_LENGTH nodes)
87 * 87 *
88 * new_path must be an empty memory location of atleast Onion_Path size. 88 * new_path must be an empty memory location of at least Onion_Path size.
89 * 89 *
90 * return -1 on failure. 90 * return -1 on failure.
91 * return 0 on success. 91 * return 0 on success.