aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/reclaim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/reclaim.h')
-rw-r--r--src/reclaim/reclaim.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/reclaim/reclaim.h b/src/reclaim/reclaim.h
index bc7f34365..aae8ee89a 100644
--- a/src/reclaim/reclaim.h
+++ b/src/reclaim/reclaim.h
@@ -29,7 +29,7 @@
29#define RECLAIM_H 29#define RECLAIM_H
30 30
31#include "gnunet_common.h" 31#include "gnunet_common.h"
32 32#include "gnunet_identity_service.h"
33 33
34GNUNET_NETWORK_STRUCT_BEGIN 34GNUNET_NETWORK_STRUCT_BEGIN
35 35
@@ -62,7 +62,7 @@ struct AttributeStoreMessage
62 /** 62 /**
63 * Identity 63 * Identity
64 */ 64 */
65 struct GNUNET_CRYPTO_EcdsaPrivateKey identity; 65 struct GNUNET_IDENTITY_PrivateKey identity;
66 66
67 /* followed by the serialized attribute */ 67 /* followed by the serialized attribute */
68}; 68};
@@ -91,7 +91,7 @@ struct AttributeDeleteMessage
91 /** 91 /**
92 * Identity 92 * Identity
93 */ 93 */
94 struct GNUNET_CRYPTO_EcdsaPrivateKey identity; 94 struct GNUNET_IDENTITY_PrivateKey identity;
95 95
96 /* followed by the serialized attribute */ 96 /* followed by the serialized attribute */
97}; 97};
@@ -151,7 +151,7 @@ struct AttributeResultMessage
151 /** 151 /**
152 * The public key of the identity. 152 * The public key of the identity.
153 */ 153 */
154 struct GNUNET_CRYPTO_EcdsaPublicKey identity; 154 struct GNUNET_IDENTITY_PublicKey identity;
155 155
156 /* followed by: 156 /* followed by:
157 * serialized attribute data 157 * serialized attribute data
@@ -186,7 +186,7 @@ struct CredentialResultMessage
186 /** 186 /**
187 * The public key of the identity. 187 * The public key of the identity.
188 */ 188 */
189 struct GNUNET_CRYPTO_EcdsaPublicKey identity; 189 struct GNUNET_IDENTITY_PublicKey identity;
190 190
191 /* followed by: 191 /* followed by:
192 * serialized credential data 192 * serialized credential data
@@ -212,7 +212,7 @@ struct AttributeIterationStartMessage
212 /** 212 /**
213 * Identity. 213 * Identity.
214 */ 214 */
215 struct GNUNET_CRYPTO_EcdsaPrivateKey identity; 215 struct GNUNET_IDENTITY_PrivateKey identity;
216}; 216};
217 217
218 218
@@ -251,7 +251,7 @@ struct CredentialIterationStartMessage
251 /** 251 /**
252 * Identity. 252 * Identity.
253 */ 253 */
254 struct GNUNET_CRYPTO_EcdsaPrivateKey identity; 254 struct GNUNET_IDENTITY_PrivateKey identity;
255}; 255};
256 256
257 257
@@ -323,7 +323,7 @@ struct TicketIterationStartMessage
323 /** 323 /**
324 * Identity. 324 * Identity.
325 */ 325 */
326 struct GNUNET_CRYPTO_EcdsaPrivateKey identity; 326 struct GNUNET_IDENTITY_PrivateKey identity;
327}; 327};
328 328
329 329
@@ -379,12 +379,12 @@ struct IssueTicketMessage
379 /** 379 /**
380 * Identity. 380 * Identity.
381 */ 381 */
382 struct GNUNET_CRYPTO_EcdsaPrivateKey identity; 382 struct GNUNET_IDENTITY_PrivateKey identity;
383 383
384 /** 384 /**
385 * Requesting party. 385 * Requesting party.
386 */ 386 */
387 struct GNUNET_CRYPTO_EcdsaPublicKey rp; 387 struct GNUNET_IDENTITY_PublicKey rp;
388 388
389 /** 389 /**
390 * length of serialized attribute list 390 * length of serialized attribute list
@@ -412,7 +412,7 @@ struct RevokeTicketMessage
412 /** 412 /**
413 * Identity. 413 * Identity.
414 */ 414 */
415 struct GNUNET_CRYPTO_EcdsaPrivateKey identity; 415 struct GNUNET_IDENTITY_PrivateKey identity;
416 416
417 /** 417 /**
418 * length of serialized attribute list 418 * length of serialized attribute list
@@ -493,7 +493,7 @@ struct ConsumeTicketMessage
493 /** 493 /**
494 * Identity. 494 * Identity.
495 */ 495 */
496 struct GNUNET_CRYPTO_EcdsaPrivateKey identity; 496 struct GNUNET_IDENTITY_PrivateKey identity;
497 497
498 /** 498 /**
499 * The ticket to consume 499 * The ticket to consume
@@ -539,7 +539,7 @@ struct ConsumeTicketResultMessage
539 /** 539 /**
540 * The public key of the identity. 540 * The public key of the identity.
541 */ 541 */
542 struct GNUNET_CRYPTO_EcdsaPublicKey identity; 542 struct GNUNET_IDENTITY_PublicKey identity;
543 543
544 /* followed by: 544 /* followed by:
545 * serialized attributes data 545 * serialized attributes data