aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_program_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_program_lib.h')
-rw-r--r--src/include/gnunet_program_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_program_lib.h b/src/include/gnunet_program_lib.h
index 5bce4820b..fa96ecf3c 100644
--- a/src/include/gnunet_program_lib.h
+++ b/src/include/gnunet_program_lib.h
@@ -64,7 +64,7 @@ typedef void (*GNUNET_PROGRAM_Main) (void *cls, char *const *args,
64 * @param options command line options 64 * @param options command line options
65 * @param task main function to run 65 * @param task main function to run
66 * @param task_cls closure for task 66 * @param task_cls closure for task
67 * @param run_with_schedule GNUNET_YES start the scheduler, GNUNET_NO do not 67 * @param run_without_scheduler GNUNET_NO start the scheduler, GNUNET_YES do not
68 * start the scheduler just run the main task 68 * start the scheduler just run the main task
69 * @return GNUNET_SYSERR on error, GNUNET_OK on success 69 * @return GNUNET_SYSERR on error, GNUNET_OK on success
70 */ 70 */
@@ -73,7 +73,7 @@ GNUNET_PROGRAM_run2 (int argc, char *const *argv, const char *binaryName,
73 const char *binaryHelp, 73 const char *binaryHelp,
74 const struct GNUNET_GETOPT_CommandLineOption *options, 74 const struct GNUNET_GETOPT_CommandLineOption *options,
75 GNUNET_PROGRAM_Main task, void *task_cls, 75 GNUNET_PROGRAM_Main task, void *task_cls,
76 int run_with_schedule); 76 int run_without_scheduler);
77 77
78/** 78/**
79 * Run a standard GNUnet command startup sequence (initialize loggers 79 * Run a standard GNUnet command startup sequence (initialize loggers