aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:43:47 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:43:47 +0000
commit75c121f5ae37d3c7ccd95f4449aea33ccb4200f0 (patch)
tree3fb440657f99a826cc4f963db55e28cb426ed9d8 /src/fs/gnunet-service-fs_cp.h
parenteb2371484330014aaef9b0bfac1f1ae191bc2460 (diff)
downloadgnunet-75c121f5ae37d3c7ccd95f4449aea33ccb4200f0.tar.gz
gnunet-75c121f5ae37d3c7ccd95f4449aea33ccb4200f0.zip
change to core pai
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.h')
-rw-r--r--src/fs/gnunet-service-fs_cp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_cp.h b/src/fs/gnunet-service-fs_cp.h
index 3bb05ace6..fae07b4cf 100644
--- a/src/fs/gnunet-service-fs_cp.h
+++ b/src/fs/gnunet-service-fs_cp.h
@@ -302,9 +302,7 @@ GSF_peer_update_responder_peer_ (struct GSF_ConnectedPeer *cp,
302int 302int
303GSF_handle_p2p_migration_stop_ (void *cls, 303GSF_handle_p2p_migration_stop_ (void *cls,
304 const struct GNUNET_PeerIdentity *other, 304 const struct GNUNET_PeerIdentity *other,
305 const struct GNUNET_MessageHeader *message, 305 const struct GNUNET_MessageHeader *message);
306 const struct GNUNET_ATS_Information *atsi,
307 unsigned int atsi_count);
308 306
309 307
310/** 308/**