diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-17 15:57:16 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-17 15:57:16 +0000 |
commit | 4958f06abb799bff5d14dd4f3aa909379f74f3db (patch) | |
tree | f33fb29e9ce9a02b4962d4e48e10eed8b2413ecc /src/util/strings.c | |
parent | 5cc641d2b4e4dc67d7cea26e132ef490a74a3254 (diff) |
-doxygen
git-svn-id: https://gnunet.org/svn/gnunet@20583 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/util/strings.c')
-rw-r--r-- | src/util/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/strings.c b/src/util/strings.c index 3aa89fdbd3..8c7c68bb7e 100644 --- a/src/util/strings.c +++ b/src/util/strings.c @@ -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. |