summaryrefslogtreecommitdiff
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/gnunet-service-core_clients.h b/src/core/gnunet-service-core_clients.h
index 7e316d90f..9774292c0 100644
--- a/src/core/gnunet-service-core_clients.h
+++ b/src/core/gnunet-service-core_clients.h
@@ -58,7 +58,7 @@ GSC_CLIENTS_send_to_client (struct GNUNET_SERVER_Client *client,
58 * @param tmap_new updated type map for the neighbour, NULL for disconnect 58 * @param tmap_new updated type map for the neighbour, NULL for disconnect
59 */ 59 */
60void 60void
61GDS_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_TRANSPORT_ATS_Information *atsi,
64 unsigned int atsi_count, 64 unsigned int atsi_count,
@@ -78,7 +78,7 @@ GDS_CLIENTS_notify_client_about_neighbour (struct GSC_Client *client,
78 * @param tmap_new updated type map for the neighbour, NULL for disconnect 78 * @param tmap_new updated type map for the neighbour, NULL for disconnect
79 */ 79 */
80void 80void
81GDS_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_TRANSPORT_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,