aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_clients.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-service-core_clients.h')
-rw-r--r--src/core/gnunet-service-core_clients.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/gnunet-service-core_clients.h b/src/core/gnunet-service-core_clients.h
index 9774292c0..2385efc05 100644
--- a/src/core/gnunet-service-core_clients.h
+++ b/src/core/gnunet-service-core_clients.h
@@ -60,7 +60,7 @@ GSC_CLIENTS_send_to_client (struct GNUNET_SERVER_Client *client,
60void 60void
61GSC_CLIENTS_notify_client_about_neighbour (struct GSC_Client *client, 61GSC_CLIENTS_notify_client_about_neighbour (struct GSC_Client *client,
62 const struct GNUNET_PeerIdentity *neighbour, 62 const struct GNUNET_PeerIdentity *neighbour,
63 const struct GNUNET_TRANSPORT_ATS_Information *atsi, 63 const struct GNUNET_ATS_Information *atsi,
64 unsigned int atsi_count, 64 unsigned int atsi_count,
65 const struct GSC_TypeMap *tmap_old, 65 const struct GSC_TypeMap *tmap_old,
66 const struct GSC_TypeMap *tmap_new); 66 const struct GSC_TypeMap *tmap_new);
@@ -79,7 +79,7 @@ GSC_CLIENTS_notify_client_about_neighbour (struct GSC_Client *client,
79 */ 79 */
80void 80void
81GSC_CLIENTS_notify_clients_about_neighbour (const struct GNUNET_PeerIdentity *neighbour, 81GSC_CLIENTS_notify_clients_about_neighbour (const struct GNUNET_PeerIdentity *neighbour,
82 const struct GNUNET_TRANSPORT_ATS_Information *atsi, 82 const struct GNUNET_ATS_Information *atsi,
83 unsigned int atsi_count, 83 unsigned int atsi_count,
84 const struct GSC_TypeMap *tmap_old, 84 const struct GSC_TypeMap *tmap_old,
85 const struct GSC_TypeMap *tmap_new); 85 const struct GSC_TypeMap *tmap_new);
@@ -100,7 +100,7 @@ GSC_CLIENTS_notify_clients_about_neighbour (const struct GNUNET_PeerIdentity *ne
100 */ 100 */
101void 101void
102GSC_CLIENTS_deliver_message (const struct GNUNET_PeerIdentity *sender, 102GSC_CLIENTS_deliver_message (const struct GNUNET_PeerIdentity *sender,
103 const struct GNUNET_TRANSPORT_ATS_Information *atsi, 103 const struct GNUNET_ATS_Information *atsi,
104 unsigned int atsi_count, 104 unsigned int atsi_count,
105 const struct GNUNET_MessageHeader *msg, 105 const struct GNUNET_MessageHeader *msg,
106 uint16_t msize, 106 uint16_t msize,