aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-18 10:04:57 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-18 10:04:57 +0900
commitc9562b8cf7a29f4ec2457cb9d9d4530c24225da1 (patch)
treefb7d0296af5537ddda7e772a46e959c8ed64fbac /src/conversation
parent9173da4f8c1f4b50ccd9d61f6fa138904740ecfa (diff)
parentd748b0c920b0581ca65962f34d1f2e94c9a89926 (diff)
downloadgnunet-c9562b8cf7a29f4ec2457cb9d9d4530c24225da1.tar.gz
gnunet-c9562b8cf7a29f4ec2457cb9d9d4530c24225da1.zip
-fix conflict
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,