aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.h')
-rw-r--r--src/fs/gnunet-service-fs_cp.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_cp.h b/src/fs/gnunet-service-fs_cp.h
index 8923513c7..a2cc5232c 100644
--- a/src/fs/gnunet-service-fs_cp.h
+++ b/src/fs/gnunet-service-fs_cp.h
@@ -174,7 +174,7 @@ struct GSF_PeerTransmitHandle;
174struct GSF_ConnectedPeer * 174struct GSF_ConnectedPeer *
175GSF_peer_connect_handler_ (const struct GNUNET_PeerIdentity *peer, 175GSF_peer_connect_handler_ (const struct GNUNET_PeerIdentity *peer,
176 const struct GNUNET_ATS_Information *atsi, 176 const struct GNUNET_ATS_Information *atsi,
177 unsigned int atsi_count); 177 unsigned int atsi_count);
178 178
179 179
180/** 180/**
@@ -270,9 +270,8 @@ int
270GSF_handle_p2p_migration_stop_ (void *cls, 270GSF_handle_p2p_migration_stop_ (void *cls,
271 const struct GNUNET_PeerIdentity *other, 271 const struct GNUNET_PeerIdentity *other,
272 const struct GNUNET_MessageHeader *message, 272 const struct GNUNET_MessageHeader *message,
273 const struct GNUNET_ATS_Information 273 const struct GNUNET_ATS_Information *atsi,
274 *atsi, 274 unsigned int atsi_count);
275 unsigned int atsi_count);
276 275
277 276
278/** 277/**