aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/conversation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h
index f15c48b9a..73052dfcf 100644
--- a/src/conversation/conversation.h
+++ b/src/conversation/conversation.h
@@ -520,10 +520,10 @@ struct ClientCallMessage
520 * Service -> Client: other peer has picked up the phone, we are 520 * Service -> Client: other peer has picked up the phone, we are
521 * now talking. 521 * now talking.
522 */ 522 */
523struct ClientPhoneHangupMessage 523struct ClientPhonePickedupMessage
524{ 524{
525 /** 525 /**
526 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_ESTABLISHED 526 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_PICKED_UP
527 */ 527 */
528 struct GNUNET_MessageHeader header; 528 struct GNUNET_MessageHeader header;
529 529