aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-14 20:27:06 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-14 20:27:06 +0000
commita7349d7a85cc142fa2416671da346d368819775d (patch)
tree855d1a44417cb31bdb1852ff1a845529191c2337 /src/identity/identity.h
parentcd96a296196e7951be4064cdab4824fda0b4b1d7 (diff)
downloadgnunet-a7349d7a85cc142fa2416671da346d368819775d.tar.gz
gnunet-a7349d7a85cc142fa2416671da346d368819775d.zip
-first steps towards identity client API
Diffstat (limited to 'src/identity/identity.h')
-rw-r--r--src/identity/identity.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/identity/identity.h b/src/identity/identity.h
index 063391c1e..57337c441 100644
--- a/src/identity/identity.h
+++ b/src/identity/identity.h
@@ -48,6 +48,7 @@ struct GNUNET_IDENTITY_ResultCodeMessage
48 48
49 /** 49 /**
50 * Status code for the last operation, in NBO. 50 * Status code for the last operation, in NBO.
51 * (currently not used).
51 */ 52 */
52 uint32_t result_code GNUNET_PACKED; 53 uint32_t result_code GNUNET_PACKED;
53 54
@@ -80,7 +81,7 @@ struct GNUNET_IDENTITY_UpdateMessage
80 /** 81 /**
81 * Public key of the identity that we provide an update about. 82 * Public key of the identity that we provide an update about.
82 */ 83 */
83 struct GNUNET_CRYPTO_EccPrivateKeyBinaryEncoded private_key; 84 struct GNUNET_CRYPTO_EccPrivateKeyBinaryEncoded private_key_FIXME;
84 85
85 /* followed by 0-terminated identity name */ 86 /* followed by 0-terminated identity name */
86 87
@@ -139,7 +140,7 @@ struct GNUNET_IDENTITY_SetDefaultMessage
139 /** 140 /**
140 * Public key of the identity to use. 141 * Public key of the identity to use.
141 */ 142 */
142 struct GNUNET_CRYPTO_EccPrivateKeyBinaryEncoded private_key; 143 struct GNUNET_CRYPTO_EccPrivateKeyBinaryEncoded private_key_FIXME;
143 144
144 /* followed by 0-terminated service name */ 145 /* followed by 0-terminated service name */
145 146
@@ -170,7 +171,7 @@ struct GNUNET_IDENTITY_CreateRequestMessage
170 /** 171 /**
171 * Public key of the identity to use. 172 * Public key of the identity to use.
172 */ 173 */
173 struct GNUNET_CRYPTO_EccPrivateKeyBinaryEncoded private_key; 174 struct GNUNET_CRYPTO_EccPrivateKeyBinaryEncoded private_key_FIXME;
174 175
175 /* followed by 0-terminated identity name */ 176 /* followed by 0-terminated identity name */
176 177