X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fconversation%2Fconversation.h;h=da7bb53c8500af416ae40225aaf7fee68c478aef;hb=392baa82fc240d76b31a353c2d729a6f83f10b2c;hp=bc78400f1e83a323cd13d4ae91dd2dc0ac4f4851;hpb=5d8f669559fb4152d900a804f89f050963716fae;p=oweals%2Fgnunet.git diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h index bc78400f1..da7bb53c8 100644 --- a/src/conversation/conversation.h +++ b/src/conversation/conversation.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2013 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** @@ -235,12 +235,12 @@ struct ClientPhonePickedupMessage /** - * Mesh message for phone is ringing. + * Cadet message for phone is ringing. */ -struct MeshPhoneRingMessage +struct CadetPhoneRingMessage { /** - * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_MESH_PHONE_RING + * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_PHONE_RING */ struct GNUNET_MessageHeader header; @@ -288,12 +288,12 @@ struct MeshPhoneRingMessage /** - * Mesh message for hanging up. + * Cadet message for hanging up. */ -struct MeshPhoneHangupMessage +struct CadetPhoneHangupMessage { /** - * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_MESH_PHONE_HANG_UP + * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_PHONE_HANG_UP */ struct GNUNET_MessageHeader header; @@ -301,12 +301,12 @@ struct MeshPhoneHangupMessage /** - * Mesh message for picking up. + * Cadet message for picking up. */ -struct MeshPhonePickupMessage +struct CadetPhonePickupMessage { /** - * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_MESH_PHONE_PICK_UP + * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_PHONE_PICK_UP */ struct GNUNET_MessageHeader header; @@ -314,12 +314,12 @@ struct MeshPhonePickupMessage /** - * Mesh message for phone suspended. + * Cadet message for phone suspended. */ -struct MeshPhoneSuspendMessage +struct CadetPhoneSuspendMessage { /** - * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_MESH_PHONE_SUSPEND + * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_PHONE_SUSPEND */ struct GNUNET_MessageHeader header; @@ -327,12 +327,12 @@ struct MeshPhoneSuspendMessage /** - * Mesh message for phone resumed. + * Cadet message for phone resumed. */ -struct MeshPhoneResumeMessage +struct CadetPhoneResumeMessage { /** - * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_MESH_PHONE_RESUME + * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_PHONE_RESUME */ struct GNUNET_MessageHeader header; @@ -340,12 +340,12 @@ struct MeshPhoneResumeMessage /** - * Mesh message to transmit the audio. + * Cadet message to transmit the audio. */ -struct MeshAudioMessage +struct CadetAudioMessage { /** - * Type is #GNUNET_MESSAGE_TYPE_CONVERSATION_MESH_AUDIO + * Type is #GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_AUDIO */ struct GNUNET_MessageHeader header;