gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r25171 - in gnunet/src: include util
Date: Fri, 30 Nov 2012 14:50:22 +0100

Author: bartpolot
Date: 2012-11-30 14:50:22 +0100 (Fri, 30 Nov 2012)
New Revision: 25171

Modified:
   gnunet/src/include/gnunet_getopt_lib.h
   gnunet/src/util/getopt_helpers.c
Log:
- Clarify doc


Modified: gnunet/src/include/gnunet_getopt_lib.h
===================================================================
--- gnunet/src/include/gnunet_getopt_lib.h      2012-11-30 12:30:49 UTC (rev 
25170)
+++ gnunet/src/include/gnunet_getopt_lib.h      2012-11-30 13:50:22 UTC (rev 
25171)
@@ -291,7 +291,7 @@
  * A pointer to this function should be passed as part of the
  * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options
  * of this type.  It should be followed by a pointer to a value of
- * type 'char *'.
+ * type 'char *', which will be allocated with the requested string.
  *
  * @param ctx command line processing context
  * @param scls additional closure (will point to the 'char *',

Modified: gnunet/src/util/getopt_helpers.c
===================================================================
--- gnunet/src/util/getopt_helpers.c    2012-11-30 12:30:49 UTC (rev 25170)
+++ gnunet/src/util/getopt_helpers.c    2012-11-30 13:50:22 UTC (rev 25171)
@@ -212,7 +212,7 @@
  * A pointer to this function should be passed as part of the
  * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options
  * of this type.  It should be followed by a pointer to a value of
- * type 'char *'.
+ * type 'char *', which will be allocated with the requested string.
  *
  * @param ctx command line processing context
  * @param scls additional closure (will point to the 'char *',




reply via email to

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