aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-08-27 07:29:54 +0000
committerGabor X Toth <*@tg-x.net>2013-08-27 07:29:54 +0000
commitdff71f18889ee5ca515ab096c8f925858968f1fc (patch)
treecf02166d439e26d4fb8623e71d1d5d86f4035a84 /src/identity/identity_api.c
parentd8ab7f76a1a9db992bc4295d1fddc0d1b324b55b (diff)
downloadgnunet-dff71f18889ee5ca515ab096c8f925858968f1fc.tar.gz
gnunet-dff71f18889ee5ca515ab096c8f925858968f1fc.zip
identity: doc fixes
Diffstat (limited to 'src/identity/identity_api.c')
-rw-r--r--src/identity/identity_api.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/identity/identity_api.c b/src/identity/identity_api.c
index 57a541471..7120d4c7f 100644
--- a/src/identity/identity_api.c
+++ b/src/identity/identity_api.c
@@ -33,7 +33,7 @@
33#define LOG(kind,...) GNUNET_log_from (kind, "identity-api",__VA_ARGS__) 33#define LOG(kind,...) GNUNET_log_from (kind, "identity-api",__VA_ARGS__)
34 34
35/** 35/**
36 * Handle for a ego. 36 * Handle for an ego.
37 */ 37 */
38struct GNUNET_IDENTITY_Ego 38struct GNUNET_IDENTITY_Ego
39{ 39{
@@ -190,9 +190,9 @@ GNUNET_IDENTITY_ego_get_anonymous ()
190 190
191 191
192/** 192/**
193 * Try again to connect to network size estimation service. 193 * Try again to connect to the identity service.
194 * 194 *
195 * @param cls the handle to the transport service 195 * @param cls handle to the identity service.
196 * @param tc scheduler context 196 * @param tc scheduler context
197 */ 197 */
198static void 198static void
@@ -521,9 +521,9 @@ transmit_next (struct GNUNET_IDENTITY_Handle *h)
521 521
522 522
523/** 523/**
524 * Try again to connect to network size estimation service. 524 * Try again to connect to the identity service.
525 * 525 *
526 * @param cls the handle to the transport service 526 * @param cls handle to the identity service.
527 * @param tc scheduler context 527 * @param tc scheduler context
528 */ 528 */
529static void 529static void