aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_getopt_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_getopt_lib.h')
-rw-r--r--src/include/gnunet_getopt_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_getopt_lib.h b/src/include/gnunet_getopt_lib.h
index 6464f6ff9..148b8955c 100644
--- a/src/include/gnunet_getopt_lib.h
+++ b/src/include/gnunet_getopt_lib.h
@@ -197,6 +197,7 @@ int GNUNET_GETOPT_run (const char *binaryOptions,
197 const struct GNUNET_GETOPT_CommandLineOption 197 const struct GNUNET_GETOPT_CommandLineOption
198 *allOptions, unsigned int argc, char *const *argv); 198 *allOptions, unsigned int argc, char *const *argv);
199 199
200
200/** 201/**
201 * Set an option of type 'unsigned long long' from the command line. 202 * Set an option of type 'unsigned long long' from the command line.
202 * A pointer to this function should be passed as part of the 203 * A pointer to this function should be passed as part of the