summaryrefslogtreecommitdiff
path: root/src/conversation/conversation_api2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/conversation_api2.c')
-rw-r--r--src/conversation/conversation_api2.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/conversation/conversation_api2.c b/src/conversation/conversation_api2.c
index 69e54c13b..dfba3366c 100644
--- a/src/conversation/conversation_api2.c
+++ b/src/conversation/conversation_api2.c
@@ -514,10 +514,10 @@ transmit_phone_audio (void *cls,
514 * @param mic microphone to use 514 * @param mic microphone to use
515 */ 515 */
516void 516void
517GNUNET_CONVERSTATION_phone_pick_up (struct GNUNET_CONVERSATION_Phone *phone, 517GNUNET_CONVERSATION_phone_pick_up (struct GNUNET_CONVERSATION_Phone *phone,
518 const char *metadata, 518 const char *metadata,
519 struct GNUNET_SPEAKER_Handle *speaker, 519 struct GNUNET_SPEAKER_Handle *speaker,
520 struct GNUNET_MICROPHONE_Handle *mic) 520 struct GNUNET_MICROPHONE_Handle *mic)
521{ 521{
522 struct GNUNET_MQ_Envelope *e; 522 struct GNUNET_MQ_Envelope *e;
523 struct ClientPhonePickupMessage *pick; 523 struct ClientPhonePickupMessage *pick;
@@ -546,8 +546,8 @@ GNUNET_CONVERSTATION_phone_pick_up (struct GNUNET_CONVERSATION_Phone *phone,
546 * @param reason text we give to the other party about why we terminated the conversation 546 * @param reason text we give to the other party about why we terminated the conversation
547 */ 547 */
548void 548void
549GNUNET_CONVERSTATION_phone_hang_up (struct GNUNET_CONVERSATION_Phone *phone, 549GNUNET_CONVERSATION_phone_hang_up (struct GNUNET_CONVERSATION_Phone *phone,
550 const char *reason) 550 const char *reason)
551{ 551{
552 struct GNUNET_MQ_Envelope *e; 552 struct GNUNET_MQ_Envelope *e;
553 struct ClientPhoneHangupMessage *hang; 553 struct ClientPhoneHangupMessage *hang;