aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-05 21:53:47 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-05 21:53:47 +0000
commit82343a44df63d362ceb94753fa743ae2a0b5e65f (patch)
tree10d0e9ec89e9e7b89dc875105381d8e0575c1b17 /src/include/gnunet_identity_service.h
parent8c039279e4b35ec94ae9c979709fb56b7119d5b5 (diff)
downloadgnunet-82343a44df63d362ceb94753fa743ae2a0b5e65f.tar.gz
gnunet-82343a44df63d362ceb94753fa743ae2a0b5e65f.zip
-indentation fixes
Diffstat (limited to 'src/include/gnunet_identity_service.h')
-rw-r--r--src/include/gnunet_identity_service.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index eb94f0fdb..529460309 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -134,10 +134,11 @@ GNUNET_IDENTITY_ego_get_public_key (const struct GNUNET_IDENTITY_Ego *ego,
134 * NULL if the user just deleted the ego and it 134 * NULL if the user just deleted the ego and it
135 * must thus no longer be used 135 * must thus no longer be used
136 */ 136 */
137typedef void (*GNUNET_IDENTITY_Callback)(void *cls, 137typedef void
138 struct GNUNET_IDENTITY_Ego *ego, 138(*GNUNET_IDENTITY_Callback)(void *cls,
139 void **ctx, 139 struct GNUNET_IDENTITY_Ego *ego,
140 const char *name); 140 void **ctx,
141 const char *name);
141 142
142 143
143/** 144/**
@@ -178,8 +179,9 @@ GNUNET_IDENTITY_get (struct GNUNET_IDENTITY_Handle *id,
178 * @param cls closure 179 * @param cls closure
179 * @param emsg NULL on success, otherwise an error message 180 * @param emsg NULL on success, otherwise an error message
180 */ 181 */
181typedef void (*GNUNET_IDENTITY_Continuation)(void *cls, 182typedef void
182 const char *emsg); 183(*GNUNET_IDENTITY_Continuation)(void *cls,
184 const char *emsg);
183 185
184 186
185/** 187/**
@@ -279,8 +281,9 @@ GNUNET_IDENTITY_cancel (struct GNUNET_IDENTITY_Operation *op);
279 * @param cls closure 281 * @param cls closure
280 * @param ego NULL on error / ego not found 282 * @param ego NULL on error / ego not found
281 */ 283 */
282typedef void (*GNUNET_IDENTITY_EgoCallback)(void *cls, 284typedef void
283 const struct GNUNET_IDENTITY_Ego *ego); 285(*GNUNET_IDENTITY_EgoCallback)(void *cls,
286 const struct GNUNET_IDENTITY_Ego *ego);
284 287
285/** 288/**
286 * Handle for ego lookup. 289 * Handle for ego lookup.