fixed docu
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 7 Dec 2011 12:42:00 +0000 (12:42 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 7 Dec 2011 12:42:00 +0000 (12:42 +0000)
src/include/gnunet_getopt_lib.h
src/util/getopt_helpers.c

index 2f4f4c32bab7e860a6842aa9a3c08b22f165a41a..4b1873c6ec23ec297c740fc37e2f3e239ffa6aef 100644 (file)
@@ -232,7 +232,7 @@ GNUNET_GETOPT_set_ulong (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
 
 
 /**
- * Set an option of type 'unsigned long long' from the command line.
+ * Set an option of type 'unsigned int' from the command line.
  * A pointer to this function should be passed as part of the
  * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options
  * of this type.  It should be followed by a pointer to a value of
index 8b49c5907ab70bbbbf0f1ed6eb1e47b1084afe35..c74b90877535d0468ec598d594b1e1f0b805590e 100644 (file)
@@ -260,7 +260,7 @@ GNUNET_GETOPT_set_ulong (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
 
 
 /**
- * Set an option of type 'unsigned long long' from the command line.
+ * Set an option of type 'unsigned int' from the command line.
  * A pointer to this function should be passed as part of the
  * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options
  * of this type.  It should be followed by a pointer to a value of