aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-16 17:13:37 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-16 17:13:37 +0000
commit92f8aed964cff174491adbf308974ab09874926b (patch)
tree537115d586203b856a3ef3ab351a8b783c06c907 /src/identity/identity.h
parenta4d350f7de02167577ba8c760f08a0866bc2c9e7 (diff)
downloadgnunet-92f8aed964cff174491adbf308974ab09874926b.tar.gz
gnunet-92f8aed964cff174491adbf308974ab09874926b.zip
-doxygen, minor bug fixes
Diffstat (limited to 'src/identity/identity.h')
-rw-r--r--src/identity/identity.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/identity/identity.h b/src/identity/identity.h
index 09a166591..92a754601 100644
--- a/src/identity/identity.h
+++ b/src/identity/identity.h
@@ -68,8 +68,8 @@ struct GNUNET_IDENTITY_UpdateMessage
68 struct GNUNET_MessageHeader header; 68 struct GNUNET_MessageHeader header;
69 69
70 /** 70 /**
71 * Number of bytes in identity name string including 0-termination, in NBO; 71 * Number of bytes in ego name string including 0-termination, in NBO;
72 * 0 if the identity was deleted. 72 * 0 if the ego was deleted.
73 */ 73 */
74 uint16_t name_len GNUNET_PACKED; 74 uint16_t name_len GNUNET_PACKED;
75 75
@@ -83,7 +83,7 @@ struct GNUNET_IDENTITY_UpdateMessage
83 */ 83 */
84 struct GNUNET_CRYPTO_EcdsaPrivateKey private_key; 84 struct GNUNET_CRYPTO_EcdsaPrivateKey private_key;
85 85
86 /* followed by 0-terminated identity name */ 86 /* followed by 0-terminated ego name */
87 87
88}; 88};
89 89