diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-08-21 16:03:30 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-08-21 16:03:30 +0000 |
commit | a89c7a30d499bac96890929d745fad063eb707b2 (patch) | |
tree | cb001facf8da3cfc9e9bfaa854fb99b9b51ec636 /src/fs | |
parent | d70d18816c37c30e02977a2cc2bdb2368e95a4de (diff) |
removing deprecated argument in 'init' callback of GNUNET_CORE_connect
Diffstat (limited to 'src/fs')
-rw-r--r-- | src/fs/gnunet-service-fs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c index a8fbda84bf..8ecb6bb678 100644 --- a/src/fs/gnunet-service-fs.c +++ b/src/fs/gnunet-service-fs.c @@ -573,11 +573,10 @@ peer_connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer) * directly (which should work if you are authorized...). * * @param cls closure - * @param server handle to the server, NULL if we failed * @param my_identity ID of this peer, NULL if we failed */ static void -peer_init_handler (void *cls, struct GNUNET_CORE_Handle *server, +peer_init_handler (void *cls, const struct GNUNET_PeerIdentity *my_identity) { my_id = *my_identity; |