aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 23:03:33 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:54:59 +0100
commite75790fb7db64ed8c49356502119ee0fec1ce0e2 (patch)
treeb9eba36b8dc99bd303a68fabd0a6caa885a684c5 /src/conversation
parent20bd667f1d4f60730118dfc0cd56f3f9fad49330 (diff)
downloadgnunet-e75790fb7db64ed8c49356502119ee0fec1ce0e2.tar.gz
gnunet-e75790fb7db64ed8c49356502119ee0fec1ce0e2.zip
-DOC: Documentation cleanup pass through CONVERSATION subsystem
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/conversation_api.c2
-rw-r--r--src/conversation/conversation_api_call.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c
index 1984abdd6..2ede33586 100644
--- a/src/conversation/conversation_api.c
+++ b/src/conversation/conversation_api.c
@@ -300,7 +300,7 @@ find_caller (struct GNUNET_CONVERSATION_Phone *phone,
300 * We received a `struct ClientPhoneHangupMessage`. 300 * We received a `struct ClientPhoneHangupMessage`.
301 * 301 *
302 * @param cls the `struct GNUNET_CONVERSATION_Phone *` 302 * @param cls the `struct GNUNET_CONVERSATION_Phone *`
303 * @param msg the message 303 * @param hang the message
304 */ 304 */
305static void 305static void
306handle_phone_hangup (void *cls, 306handle_phone_hangup (void *cls,
diff --git a/src/conversation/conversation_api_call.c b/src/conversation/conversation_api_call.c
index 2be7886fa..909b603ac 100644
--- a/src/conversation/conversation_api_call.c
+++ b/src/conversation/conversation_api_call.c
@@ -375,7 +375,7 @@ handle_call_hangup (void *cls,
375 * We received a `struct ClientAudioMessage`, check it is well-formed. 375 * We received a `struct ClientAudioMessage`, check it is well-formed.
376 * 376 *
377 * @param cls the `struct GNUNET_CONVERSATION_Call` 377 * @param cls the `struct GNUNET_CONVERSATION_Call`
378 * @param msg the message 378 * @param am the message
379 * @return #GNUNET_OK (always well-formed) 379 * @return #GNUNET_OK (always well-formed)
380 */ 380 */
381static int 381static int
@@ -393,7 +393,7 @@ check_call_audio (void *cls,
393 * We received a `struct ClientAudioMessage` 393 * We received a `struct ClientAudioMessage`
394 * 394 *
395 * @param cls the `struct GNUNET_CONVERSATION_Call` 395 * @param cls the `struct GNUNET_CONVERSATION_Call`
396 * @param msg the message 396 * @param am the message
397 */ 397 */
398static void 398static void
399handle_call_audio (void *cls, 399handle_call_audio (void *cls,