aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
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
parent75d1e5a653155827bc49e84b8e9333715f7dea31 (diff)
downloadgnunet-2315ef124c25961fc88eadbf6b9d396de5d8f992.tar.gz
gnunet-2315ef124c25961fc88eadbf6b9d396de5d8f992.zip
-doxygen
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/gnunet-conversation.c6
-rw-r--r--src/conversation/gnunet-service-conversation.c2
2 files changed, 4 insertions, 4 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)
diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c
index 4e2b1455d..3b610c007 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -527,7 +527,7 @@ handle_client_call_message (void *cls,
527 * @param cls the `struct Line` we are transmitting for 527 * @param cls the `struct Line` we are transmitting for
528 * @param size number of bytes available in @a buf 528 * @param size number of bytes available in @a buf
529 * @param buf where to copy the data 529 * @param buf where to copy the data
530 * @return number of bytes copied to @buf 530 * @return number of bytes copied to @a buf
531 */ 531 */
532static size_t 532static size_t
533transmit_line_audio (void *cls, 533transmit_line_audio (void *cls,