aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_service_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_service_lib.h')
-rw-r--r--src/include/gnunet_service_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_service_lib.h b/src/include/gnunet_service_lib.h
index 2d7b3064f..11dcff35e 100644
--- a/src/include/gnunet_service_lib.h
+++ b/src/include/gnunet_service_lib.h
@@ -119,10 +119,10 @@ enum GNUNET_SERVICE_Options
119 * if we shutdown nicely 119 * if we shutdown nicely
120 */ 120 */
121int 121int
122GNUNET_SERVICE_run (int argc, char *const *argv, 122GNUNET_SERVICE_run (int argc, char *const *argv,
123 const char *service_name, 123 const char *service_name,
124 enum GNUNET_SERVICE_Options options, 124 enum GNUNET_SERVICE_Options options,
125 GNUNET_SERVICE_Main task, 125 GNUNET_SERVICE_Main task,
126 void *task_cls); 126 void *task_cls);
127 127
128 128