aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-17 15:57:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-17 15:57:16 +0000
commit9ceed8e771c4104534082ae97919677d6786f5c8 (patch)
treef33fb29e9ce9a02b4962d4e48e10eed8b2413ecc /src/include/gnunet_strings_lib.h
parentfbf9569f8b5f0b90ae95e2d9be42fd3b4f4701df (diff)
downloadgnunet-9ceed8e771c4104534082ae97919677d6786f5c8.tar.gz
gnunet-9ceed8e771c4104534082ae97919677d6786f5c8.zip
-doxygen
Diffstat (limited to 'src/include/gnunet_strings_lib.h')
-rw-r--r--src/include/gnunet_strings_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index 026d2c0a4..1398a0826 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -294,7 +294,7 @@ GNUNET_STRINGS_parse_uri (const char *path, char **scheme_part,
294 * @param r_is_uri a pointer to an int that is set to GNUNET_YES if 'filename' 294 * @param r_is_uri a pointer to an int that is set to GNUNET_YES if 'filename'
295 * is URI and to GNUNET_NO otherwise. Can be NULL. If 'can_be_uri' is 295 * is URI and to GNUNET_NO otherwise. Can be NULL. If 'can_be_uri' is
296 * not GNUNET_YES, *r_is_uri is set to GNUNET_NO. 296 * not GNUNET_YES, *r_is_uri is set to GNUNET_NO.
297 * @param r_uri a pointer to a char * that is set to a pointer to URI scheme. 297 * @param r_uri_scheme a pointer to a char * that is set to a pointer to URI scheme.
298 * The string is allocated by the function, and should be freed with 298 * The string is allocated by the function, and should be freed with
299 * GNUNET_free (). Can be NULL. 299 * GNUNET_free (). Can be NULL.
300 * @return GNUNET_YES if 'filename' is absolute, GNUNET_NO otherwise. 300 * @return GNUNET_YES if 'filename' is absolute, GNUNET_NO otherwise.