aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_getopt_lib.h
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/include/gnunet_getopt_lib.h
parent9841c17b222007ffa3b8ebc72255c80139e76709 (diff)
downloadgnunet-a9d4cb8397cf2a981ccecdc01d1ec380b41e858e.tar.gz
gnunet-a9d4cb8397cf2a981ccecdc01d1ec380b41e858e.zip
fixed docu
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 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