aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-16 21:00:14 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-16 21:00:14 +0000
commitfbf9569f8b5f0b90ae95e2d9be42fd3b4f4701df (patch)
tree1aa87ebc2ec113e3bd38b2547a66b123ffe62903 /src/include/gnunet_strings_lib.h
parentdc2e456d8e2689e212366260ffa2f09f86e9420b (diff)
downloadgnunet-fbf9569f8b5f0b90ae95e2d9be42fd3b4f4701df.tar.gz
gnunet-fbf9569f8b5f0b90ae95e2d9be42fd3b4f4701df.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 1772b03bf..026d2c0a4 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -297,7 +297,7 @@ GNUNET_STRINGS_parse_uri (const char *path, char **scheme_part,
297 * @param r_uri a pointer to a char * that is set to a pointer to URI scheme. 297 * @param r_uri 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 'filaname' is absolute, GNUNET_NO otherwise. 300 * @return GNUNET_YES if 'filename' is absolute, GNUNET_NO otherwise.
301 */ 301 */
302int 302int
303GNUNET_STRINGS_path_is_absolute (const char *filename, 303GNUNET_STRINGS_path_is_absolute (const char *filename,