aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_getopt_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_getopt_lib.h')
-rw-r--r--src/include/gnunet_getopt_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_getopt_lib.h b/src/include/gnunet_getopt_lib.h
index 3008b8146..a22b3f3d3 100644
--- a/src/include/gnunet_getopt_lib.h
+++ b/src/include/gnunet_getopt_lib.h
@@ -291,7 +291,7 @@ GNUNET_GETOPT_set_one (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
291 * A pointer to this function should be passed as part of the 291 * A pointer to this function should be passed as part of the
292 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options 292 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options
293 * of this type. It should be followed by a pointer to a value of 293 * of this type. It should be followed by a pointer to a value of
294 * type 'char *'. 294 * type 'char *', which will be allocated with the requested string.
295 * 295 *
296 * @param ctx command line processing context 296 * @param ctx command line processing context
297 * @param scls additional closure (will point to the 'char *', 297 * @param scls additional closure (will point to the 'char *',