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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index ea8391d4e..7fc77d094 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -127,12 +127,9 @@ struct GNUNET_CORE_MessageHandler
127 * do this later). 127 * do this later).
128 * 128 *
129 * @param cls closure 129 * @param cls closure
130 * @param server handle to the server, NULL if we failed;
131 * TODO: consider removing this argument, it is redundant...
132 * @param my_identity ID of this peer, NULL if we failed 130 * @param my_identity ID of this peer, NULL if we failed
133 */ 131 */
134typedef void (*GNUNET_CORE_StartupCallback) (void *cls, 132typedef void (*GNUNET_CORE_StartupCallback) (void *cls,
135 struct GNUNET_CORE_Handle * server,
136 const struct GNUNET_PeerIdentity *my_identity); 133 const struct GNUNET_PeerIdentity *my_identity);
137 134
138 135