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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_getopt_lib.h b/src/include/gnunet_getopt_lib.h
index 8691fba2f..9c34810b2 100644
--- a/src/include/gnunet_getopt_lib.h
+++ b/src/include/gnunet_getopt_lib.h
@@ -86,11 +86,11 @@ struct GNUNET_GETOPT_CommandLineProcessorContext
86 * @return GNUNET_OK to continue processing other options, GNUNET_SYSERR to abort 86 * @return GNUNET_OK to continue processing other options, GNUNET_SYSERR to abort
87 */ 87 */
88typedef 88typedef
89 int (*GNUNET_GETOPT_CommandLineOptionProcessor) (struct 89 int (*GNUNET_GETOPT_CommandLineOptionProcessor) (struct
90 GNUNET_GETOPT_CommandLineProcessorContext 90 GNUNET_GETOPT_CommandLineProcessorContext
91 * ctx, void *scls, 91 * ctx, void *scls,
92 const char *option, 92 const char *option,
93 const char *value); 93 const char *value);
94 94
95/** 95/**
96 * @brief Definition of a command line option. 96 * @brief Definition of a command line option.