aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt_helpers.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-12-07 12:42:00 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-12-07 12:42:00 +0000
commita9d4cb8397cf2a981ccecdc01d1ec380b41e858e (patch)
tree731ad409c4beaf5b065463f9cc8a52bc3bf7e42e /src/util/getopt_helpers.c
parent9841c17b222007ffa3b8ebc72255c80139e76709 (diff)
downloadgnunet-a9d4cb8397cf2a981ccecdc01d1ec380b41e858e.tar.gz
gnunet-a9d4cb8397cf2a981ccecdc01d1ec380b41e858e.zip
fixed docu
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 8b49c5907..c74b90877 100644
--- a/src/util/getopt_helpers.c
+++ b/src/util/getopt_helpers.c
@@ -260,7 +260,7 @@ GNUNET_GETOPT_set_ulong (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
260 260
261 261
262/** 262/**
263 * Set an option of type 'unsigned long long' from the command line. 263 * Set an option of type 'unsigned int' from the command line.
264 * A pointer to this function should be passed as part of the 264 * A pointer to this function should be passed as part of the
265 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options 265 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options
266 * of this type. It should be followed by a pointer to a value of 266 * of this type. It should be followed by a pointer to a value of