aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-21 16:03:30 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-21 16:03:30 +0000
commita89c7a30d499bac96890929d745fad063eb707b2 (patch)
treecb001facf8da3cfc9e9bfaa854fb99b9b51ec636 /src/include/gnunet_core_service.h
parentd70d18816c37c30e02977a2cc2bdb2368e95a4de (diff)
downloadgnunet-a89c7a30d499bac96890929d745fad063eb707b2.tar.gz
gnunet-a89c7a30d499bac96890929d745fad063eb707b2.zip
removing deprecated argument in 'init' callback of GNUNET_CORE_connect
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