aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 782eb8741..a40457a5d 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -85,7 +85,7 @@ typedef void (*GNUNET_TESTING_NotifyDaemonRunning)(void *cls,
85 */ 85 */
86struct GNUNET_TESTING_Daemon * 86struct GNUNET_TESTING_Daemon *
87GNUNET_TESTING_daemon_start (struct GNUNET_SCHEDULER_Handle *sched, 87GNUNET_TESTING_daemon_start (struct GNUNET_SCHEDULER_Handle *sched,
88 struct GNUNET_CONFIGURATION_Handle *cfg, 88 const struct GNUNET_CONFIGURATION_Handle *cfg,
89 const char *hostname, 89 const char *hostname,
90 GNUNET_TESTING_NotifyDaemonRunning cb, 90 GNUNET_TESTING_NotifyDaemonRunning cb,
91 void *cb_cls); 91 void *cb_cls);