aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt_helpers.c
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/util/getopt_helpers.c
parent82192554226a3bb4be6487caf0df354b2e71da99 (diff)
downloadgnunet-d91fdbd15bdb156a939d395d86cc5209f5c4df36.tar.gz
gnunet-d91fdbd15bdb156a939d395d86cc5209f5c4df36.zip
- Clarify doc
Diffstat (limited to 'src/util/getopt_helpers.c')
-rw-r--r--src/util/getopt_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c
index 1e3b05cb5..5940c3ff9 100644
--- a/src/util/getopt_helpers.c
+++ b/src/util/getopt_helpers.c
@@ -212,7 +212,7 @@ GNUNET_GETOPT_set_one (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
212 * A pointer to this function should be passed as part of the 212 * A pointer to this function should be passed as part of the
213 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options 213 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options
214 * of this type. It should be followed by a pointer to a value of 214 * of this type. It should be followed by a pointer to a value of
215 * type 'char *'. 215 * type 'char *', which will be allocated with the requested string.
216 * 216 *
217 * @param ctx command line processing context 217 * @param ctx command line processing context
218 * @param scls additional closure (will point to the 'char *', 218 * @param scls additional closure (will point to the 'char *',