aboutsummaryrefslogtreecommitdiff
path: root/src/template/gnunet-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/gnunet-template.c')
-rw-r--r--src/template/gnunet-template.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/template/gnunet-template.c b/src/template/gnunet-template.c
index ea47c7f45..ad0da8159 100644
--- a/src/template/gnunet-template.c
+++ b/src/template/gnunet-template.c
@@ -46,7 +46,8 @@ static void
46run (void *cls, 46run (void *cls,
47 struct GNUNET_SCHEDULER_Handle *sched, 47 struct GNUNET_SCHEDULER_Handle *sched,
48 char *const *args, 48 char *const *args,
49 const char *cfgfile, struct GNUNET_CONFIGURATION_Handle *cfg) 49 const char *cfgfile,
50 const struct GNUNET_CONFIGURATION_Handle *cfg)
50{ 51{
51 /* main code here */ 52 /* main code here */
52} 53}