aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_uri_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_uri_lib.h')
-rw-r--r--src/include/gnunet_uri_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_uri_lib.h b/src/include/gnunet_uri_lib.h
index 57c9e9316..b92f1b53f 100644
--- a/src/include/gnunet_uri_lib.h
+++ b/src/include/gnunet_uri_lib.h
@@ -108,7 +108,7 @@ GNUNET_uri_split_path (char *path,
108 * in the yuarel_param struct. 108 * in the yuarel_param struct.
109 * 109 *
110 * *query: the query string to parse. The string will be modified. 110 * *query: the query string to parse. The string will be modified.
111 * delimiter: the character that separates the key/value pairs from eachother. 111 * delimiter: the character that separates the key/value pairs from each other.
112 * *params: an array of (struct yuarel_param) where to store the result. 112 * *params: an array of (struct yuarel_param) where to store the result.
113 * max_values: max number of parameters to parse. 113 * max_values: max number of parameters to parse.
114 * 114 *