From a7349d7a85cc142fa2416671da346d368819775d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 14 Jul 2013 20:27:06 +0000 Subject: -first steps towards identity client API --- src/identity/identity.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/identity/identity.h') 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 /** * Status code for the last operation, in NBO. + * (currently not used). */ uint32_t result_code GNUNET_PACKED; @@ -80,7 +81,7 @@ struct GNUNET_IDENTITY_UpdateMessage /** * Public key of the identity that we provide an update about. */ - struct GNUNET_CRYPTO_EccPrivateKeyBinaryEncoded private_key; + struct GNUNET_CRYPTO_EccPrivateKeyBinaryEncoded private_key_FIXME; /* followed by 0-terminated identity name */ @@ -139,7 +140,7 @@ struct GNUNET_IDENTITY_SetDefaultMessage /** * Public key of the identity to use. */ - struct GNUNET_CRYPTO_EccPrivateKeyBinaryEncoded private_key; + struct GNUNET_CRYPTO_EccPrivateKeyBinaryEncoded private_key_FIXME; /* followed by 0-terminated service name */ @@ -170,7 +171,7 @@ struct GNUNET_IDENTITY_CreateRequestMessage /** * Public key of the identity to use. */ - struct GNUNET_CRYPTO_EccPrivateKeyBinaryEncoded private_key; + struct GNUNET_CRYPTO_EccPrivateKeyBinaryEncoded private_key_FIXME; /* followed by 0-terminated identity name */ -- cgit v1.2.3