aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
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_api.c
parenta4d350f7de02167577ba8c760f08a0866bc2c9e7 (diff)
downloadgnunet-92f8aed964cff174491adbf308974ab09874926b.tar.gz
gnunet-92f8aed964cff174491adbf308974ab09874926b.zip
-doxygen, minor bug fixes
Diffstat (limited to 'src/identity/identity_api.c')
-rw-r--r--src/identity/identity_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/identity/identity_api.c b/src/identity/identity_api.c
index 1a2b9e4da..3028ff3fd 100644
--- a/src/identity/identity_api.c
+++ b/src/identity/identity_api.c
@@ -87,19 +87,19 @@ struct GNUNET_IDENTITY_Operation
87 const struct GNUNET_MessageHeader *msg; 87 const struct GNUNET_MessageHeader *msg;
88 88
89 /** 89 /**
90 * Continuation to invoke with the result of the transmission; 'cb' 90 * Continuation to invoke with the result of the transmission; @e cb
91 * will be NULL in this case. 91 * will be NULL in this case.
92 */ 92 */
93 GNUNET_IDENTITY_Continuation cont; 93 GNUNET_IDENTITY_Continuation cont;
94 94
95 /** 95 /**
96 * Continuation to invoke with the result of the transmission for 96 * Continuation to invoke with the result of the transmission for
97 * 'get' operations ('cont' will be NULL in this case). 97 * 'get' operations (@e cont will be NULL in this case).
98 */ 98 */
99 GNUNET_IDENTITY_Callback cb; 99 GNUNET_IDENTITY_Callback cb;
100 100
101 /** 101 /**
102 * Closure for 'cont' or 'cb'. 102 * Closure for @e cont or @e cb.
103 */ 103 */
104 void *cls; 104 void *cls;
105 105