aboutsummaryrefslogtreecommitdiff
path: root/src
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
parent9841c17b222007ffa3b8ebc72255c80139e76709 (diff)
downloadgnunet-a9d4cb8397cf2a981ccecdc01d1ec380b41e858e.tar.gz
gnunet-a9d4cb8397cf2a981ccecdc01d1ec380b41e858e.zip
fixed docu
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_getopt_lib.h2
-rw-r--r--src/util/getopt_helpers.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_getopt_lib.h b/src/include/gnunet_getopt_lib.h
index 2f4f4c32b..4b1873c6e 100644
--- a/src/include/gnunet_getopt_lib.h
+++ b/src/include/gnunet_getopt_lib.h
@@ -232,7 +232,7 @@ GNUNET_GETOPT_set_ulong (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
232 232
233 233
234/** 234/**
235 * Set an option of type 'unsigned long long' from the command line. 235 * Set an option of type 'unsigned int' from the command line.
236 * A pointer to this function should be passed as part of the 236 * A pointer to this function should be passed as part of the
237 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options 237 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options
238 * of this type. It should be followed by a pointer to a value of 238 * of this type. It should be followed by a pointer to a value of
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