aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-05 22:40:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-05 22:40:56 +0000
commit2315ef124c25961fc88eadbf6b9d396de5d8f992 (patch)
treea7754822a32082cba386d0006b34280c1cd78358 /src/conversation/gnunet-conversation.c
parent75d1e5a653155827bc49e84b8e9333715f7dea31 (diff)
downloadgnunet-2315ef124c25961fc88eadbf6b9d396de5d8f992.tar.gz
gnunet-2315ef124c25961fc88eadbf6b9d396de5d8f992.zip
-doxygen
Diffstat (limited to 'src/conversation/gnunet-conversation.c')
-rw-r--r--src/conversation/gnunet-conversation.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c
index ce8a50a62..ad91d3007 100644
--- a/src/conversation/gnunet-conversation.c
+++ b/src/conversation/gnunet-conversation.c
@@ -354,7 +354,7 @@ struct VoipCommand
354/** 354/**
355 * Action function to print help for the command shell. 355 * Action function to print help for the command shell.
356 * 356 *
357 * @param arguments arguments given to the command 357 * @param args arguments given to the command
358 */ 358 */
359static void 359static void
360do_help (const char *args); 360do_help (const char *args);
@@ -375,7 +375,7 @@ do_quit (const char *args)
375/** 375/**
376 * Handler for unknown command. 376 * Handler for unknown command.
377 * 377 *
378 * @param args arguments given to the command 378 * @param msg arguments given to the command
379 */ 379 */
380static void 380static void
381do_unknown (const char *msg) 381do_unknown (const char *msg)
@@ -389,7 +389,7 @@ do_unknown (const char *msg)
389/** 389/**
390 * Initiating a new call 390 * Initiating a new call
391 * 391 *
392 * @param args arguments given to the command 392 * @param arg arguments given to the command
393 */ 393 */
394static void 394static void
395do_call (const char *arg) 395do_call (const char *arg)