-doxygen
authorChristian Grothoff <christian@grothoff.org>
Sat, 17 Mar 2012 15:57:16 +0000 (15:57 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 17 Mar 2012 15:57:16 +0000 (15:57 +0000)
src/include/gnunet_strings_lib.h
src/util/strings.c

index 026d2c0a4ce666a7b64005e0eb84593d55dc061e..1398a082657220a84ca9cc683796645406005143 100644 (file)
@@ -294,7 +294,7 @@ GNUNET_STRINGS_parse_uri (const char *path, char **scheme_part,
  * @param r_is_uri a pointer to an int that is set to GNUNET_YES if 'filename'
  *        is URI and to GNUNET_NO otherwise. Can be NULL. If 'can_be_uri' is
  *        not GNUNET_YES, *r_is_uri is set to GNUNET_NO.
- * @param r_uri a pointer to a char * that is set to a pointer to URI scheme.
+ * @param r_uri_scheme a pointer to a char * that is set to a pointer to URI scheme.
  *        The string is allocated by the function, and should be freed with
  *        GNUNET_free (). Can be NULL.
  * @return GNUNET_YES if 'filename' is absolute, GNUNET_NO otherwise.
index 3aa89fdbd3ac446983caa13a78ccca7ebeca46cd..8c7c68bb7e5c6ef0214426b5d6352bd2a09a4e8c 100644 (file)
@@ -846,7 +846,7 @@ GNUNET_STRINGS_parse_uri (const char *path, char **scheme_part,
  * @param r_is_uri a pointer to an int that is set to GNUNET_YES if 'filename'
  *        is URI and to GNUNET_NO otherwise. Can be NULL. If 'can_be_uri' is
  *        not GNUNET_YES, *r_is_uri is set to GNUNET_NO.
- * @param r_uri a pointer to a char * that is set to a pointer to URI scheme.
+ * @param r_uri_scheme a pointer to a char * that is set to a pointer to URI scheme.
  *        The string is allocated by the function, and should be freed with
  *        GNUNET_free (). Can be NULL.
  * @return GNUNET_YES if 'filename' is absolute, GNUNET_NO otherwise.