aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
commit83b19539f4d322b43683f5838b72e9ec2c8e6073 (patch)
treed0ab9329fcbefe360d9d14e2ace21a6b3396dfe9 /src/include/gnunet_core_service.h
parent28a2eb43281a1f08a67954f07beb9af3a9bc9a35 (diff)
downloadgnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.tar.gz
gnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.zip
curly wars / auto-indentation
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 24c9aa598..1f6c0f329 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -63,9 +63,8 @@ typedef void (*GNUNET_CORE_ConnectEventHandler) (void *cls,
63 const struct 63 const struct
64 GNUNET_PeerIdentity * peer, 64 GNUNET_PeerIdentity * peer,
65 const struct 65 const struct
66 GNUNET_ATS_Information 66 GNUNET_ATS_Information * atsi,
67 * atsi, 67 unsigned int atsi_count);
68 unsigned int atsi_count);
69 68
70 69
71/** 70/**
@@ -97,10 +96,8 @@ typedef int (*GNUNET_CORE_MessageCallback) (void *cls,
97 other, 96 other,
98 const struct GNUNET_MessageHeader * 97 const struct GNUNET_MessageHeader *
99 message, 98 message,
100 const struct 99 const struct GNUNET_ATS_Information
101 GNUNET_ATS_Information * 100 * atsi, unsigned int atsi_count);
102 atsi,
103 unsigned int atsi_count);
104 101
105 102
106/** 103/**
@@ -142,7 +139,8 @@ struct GNUNET_CORE_MessageHandler
142 */ 139 */
143typedef void (*GNUNET_CORE_StartupCallback) (void *cls, 140typedef void (*GNUNET_CORE_StartupCallback) (void *cls,
144 struct GNUNET_CORE_Handle * server, 141 struct GNUNET_CORE_Handle * server,
145 const struct GNUNET_PeerIdentity *my_identity); 142 const struct GNUNET_PeerIdentity *
143 my_identity);
146 144
147 145
148/** 146/**