aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
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/**