gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20583 - in gnunet/src: include util


From: gnunet
Subject: [GNUnet-SVN] r20583 - in gnunet/src: include util
Date: Sat, 17 Mar 2012 16:57:16 +0100

Author: grothoff
Date: 2012-03-17 16:57:16 +0100 (Sat, 17 Mar 2012)
New Revision: 20583

Modified:
   gnunet/src/include/gnunet_strings_lib.h
   gnunet/src/util/strings.c
Log:
-doxygen

Modified: gnunet/src/include/gnunet_strings_lib.h
===================================================================
--- gnunet/src/include/gnunet_strings_lib.h     2012-03-16 21:00:14 UTC (rev 
20582)
+++ gnunet/src/include/gnunet_strings_lib.h     2012-03-17 15:57:16 UTC (rev 
20583)
@@ -294,7 +294,7 @@
  * @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.

Modified: gnunet/src/util/strings.c
===================================================================
--- gnunet/src/util/strings.c   2012-03-16 21:00:14 UTC (rev 20582)
+++ gnunet/src/util/strings.c   2012-03-17 15:57:16 UTC (rev 20583)
@@ -846,7 +846,7 @@
  * @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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]