gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18491 - in gnunet/src: include util


From: gnunet
Subject: [GNUnet-SVN] r18491 - in gnunet/src: include util
Date: Wed, 7 Dec 2011 13:42:00 +0100

Author: wachs
Date: 2011-12-07 13:42:00 +0100 (Wed, 07 Dec 2011)
New Revision: 18491

Modified:
   gnunet/src/include/gnunet_getopt_lib.h
   gnunet/src/util/getopt_helpers.c
Log:
fixed docu


Modified: gnunet/src/include/gnunet_getopt_lib.h
===================================================================
--- gnunet/src/include/gnunet_getopt_lib.h      2011-12-07 12:28:26 UTC (rev 
18490)
+++ gnunet/src/include/gnunet_getopt_lib.h      2011-12-07 12:42:00 UTC (rev 
18491)
@@ -232,7 +232,7 @@
 
 
 /**
- * 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

Modified: gnunet/src/util/getopt_helpers.c
===================================================================
--- gnunet/src/util/getopt_helpers.c    2011-12-07 12:28:26 UTC (rev 18490)
+++ gnunet/src/util/getopt_helpers.c    2011-12-07 12:42:00 UTC (rev 18491)
@@ -260,7 +260,7 @@
 
 
 /**
- * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]