aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-05 22:01:22 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-05 22:01:22 +0000
commitb535d8ad5ebfdd7d1c7c0eca620cd796486fc303 (patch)
tree167dd971c35ff83fb02f833fb7ee26f700e02d8f /src
parent87b7cda9b3e5d6dd67ba886214e00b91e094b451 (diff)
downloadgnunet-b535d8ad5ebfdd7d1c7c0eca620cd796486fc303.tar.gz
gnunet-b535d8ad5ebfdd7d1c7c0eca620cd796486fc303.zip
-reindent
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_conversation_service.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/src/include/gnunet_conversation_service.h b/src/include/gnunet_conversation_service.h
index bbeae807c..e8f941e45 100644
--- a/src/include/gnunet_conversation_service.h
+++ b/src/include/gnunet_conversation_service.h
@@ -133,10 +133,11 @@ enum GNUNET_CONVERSATION_PhoneEventCode
133 * @param caller handle for the caller 133 * @param caller handle for the caller
134 * @param caller_id name of the caller in GNS 134 * @param caller_id name of the caller in GNS
135 */ 135 */
136typedef void (*GNUNET_CONVERSATION_PhoneEventHandler)(void *cls, 136typedef void
137 enum GNUNET_CONVERSATION_PhoneEventCode code, 137(*GNUNET_CONVERSATION_PhoneEventHandler)(void *cls,
138 struct GNUNET_CONVERSATION_Caller *caller, 138 enum GNUNET_CONVERSATION_PhoneEventCode code,
139 const char *caller_id); 139 struct GNUNET_CONVERSATION_Caller *caller,
140 const char *caller_id);
140 141
141 142
142/** 143/**
@@ -172,8 +173,9 @@ enum GNUNET_CONVERSATION_CallerEventCode
172 * @param cls closure 173 * @param cls closure
173 * @param code type of the event for this caller 174 * @param code type of the event for this caller
174 */ 175 */
175typedef void (*GNUNET_CONVERSATION_CallerEventHandler)(void *cls, 176typedef void
176 enum GNUNET_CONVERSATION_CallerEventCode code); 177(*GNUNET_CONVERSATION_CallerEventHandler)(void *cls,
178 enum GNUNET_CONVERSATION_CallerEventCode code);
177 179
178 180
179/** 181/**
@@ -351,8 +353,9 @@ enum GNUNET_CONVERSATION_CallEventCode
351 * @param cls closure 353 * @param cls closure
352 * @param code type of the event on the call 354 * @param code type of the event on the call
353 */ 355 */
354typedef void (*GNUNET_CONVERSATION_CallEventHandler)(void *cls, 356typedef void
355 enum GNUNET_CONVERSATION_CallEventCode code); 357(*GNUNET_CONVERSATION_CallEventHandler)(void *cls,
358 enum GNUNET_CONVERSATION_CallEventCode code);
356 359
357 360
358/** 361/**