aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/identity.h')
-rw-r--r--src/identity/identity.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/identity/identity.h b/src/identity/identity.h
index 75dc3f08c..aae650a79 100644
--- a/src/identity/identity.h
+++ b/src/identity/identity.h
@@ -39,7 +39,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
39 * GET_DEFAULT maybe answered with this message on failure; 39 * GET_DEFAULT maybe answered with this message on failure;
40 * CREATE and RENAME will always be answered with this message. 40 * CREATE and RENAME will always be answered with this message.
41 */ 41 */
42struct GNUNET_IDENTITY_ResultCodeMessage 42struct ResultCodeMessage
43{ 43{
44 /** 44 /**
45 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_RESULT_CODE 45 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_RESULT_CODE
@@ -60,7 +60,7 @@ struct GNUNET_IDENTITY_ResultCodeMessage
60/** 60/**
61 * Service informs client about status of a pseudonym. 61 * Service informs client about status of a pseudonym.
62 */ 62 */
63struct GNUNET_IDENTITY_UpdateMessage 63struct UpdateMessage
64{ 64{
65 /** 65 /**
66 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE 66 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE
@@ -93,7 +93,7 @@ struct GNUNET_IDENTITY_UpdateMessage
93 * Client requests knowledge about default identity for 93 * Client requests knowledge about default identity for
94 * a subsystem from identity service. 94 * a subsystem from identity service.
95 */ 95 */
96struct GNUNET_IDENTITY_GetDefaultMessage 96struct GetDefaultMessage
97{ 97{
98 /** 98 /**
99 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_GET_DEFAULT 99 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_GET_DEFAULT
@@ -120,7 +120,7 @@ struct GNUNET_IDENTITY_GetDefaultMessage
120 * Used from service to client as a result to the GET_DEFAULT 120 * Used from service to client as a result to the GET_DEFAULT
121 * message, used from client to service to SET_DEFAULT. 121 * message, used from client to service to SET_DEFAULT.
122 */ 122 */
123struct GNUNET_IDENTITY_SetDefaultMessage 123struct SetDefaultMessage
124{ 124{
125 /** 125 /**
126 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT 126 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT
@@ -151,7 +151,7 @@ struct GNUNET_IDENTITY_SetDefaultMessage
151 * Client requests creation of an identity. Service 151 * Client requests creation of an identity. Service
152 * will respond with a result code. 152 * will respond with a result code.
153 */ 153 */
154struct GNUNET_IDENTITY_CreateRequestMessage 154struct CreateRequestMessage
155{ 155{
156 /** 156 /**
157 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_CREATE 157 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_CREATE
@@ -182,7 +182,7 @@ struct GNUNET_IDENTITY_CreateRequestMessage
182 * Client requests renaming of an identity. Service 182 * Client requests renaming of an identity. Service
183 * will respond with a result code. 183 * will respond with a result code.
184 */ 184 */
185struct GNUNET_IDENTITY_RenameMessage 185struct RenameMessage
186{ 186{
187 /** 187 /**
188 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_RENAME 188 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_RENAME
@@ -208,7 +208,7 @@ struct GNUNET_IDENTITY_RenameMessage
208 * Client requests deletion of an identity. Service 208 * Client requests deletion of an identity. Service
209 * will respond with a result code. 209 * will respond with a result code.
210 */ 210 */
211struct GNUNET_IDENTITY_DeleteMessage 211struct DeleteMessage
212{ 212{
213 /** 213 /**
214 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_DELETE 214 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_DELETE