aboutsummaryrefslogtreecommitdiff
path: root/src/chat/gnunet-chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat/gnunet-chat.c')
-rw-r--r--src/chat/gnunet-chat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chat/gnunet-chat.c b/src/chat/gnunet-chat.c
index c656d1cad..53884a299 100644
--- a/src/chat/gnunet-chat.c
+++ b/src/chat/gnunet-chat.c
@@ -76,7 +76,8 @@ free_user_list ()
76 } 76 }
77} 77}
78 78
79static int do_help (const char *args, const void *xtra); 79static int
80do_help (const char *args, const void *xtra);
80 81
81 82
82/** 83/**