aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_getopt_lib.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-11-30 13:50:22 +0000
committerBart Polot <bart@net.in.tum.de>2012-11-30 13:50:22 +0000
commitd91fdbd15bdb156a939d395d86cc5209f5c4df36 (patch)
treec26b77385e9b5aba42778231e2f737fba0102d3e /src/include/gnunet_getopt_lib.h
parent82192554226a3bb4be6487caf0df354b2e71da99 (diff)
downloadgnunet-d91fdbd15bdb156a939d395d86cc5209f5c4df36.tar.gz
gnunet-d91fdbd15bdb156a939d395d86cc5209f5c4df36.zip
- Clarify doc
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 *',