aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_start_only.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api_start_only.c')
-rw-r--r--src/core/test_core_api_start_only.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/test_core_api_start_only.c b/src/core/test_core_api_start_only.c
index 744758191..9825131be 100644
--- a/src/core/test_core_api_start_only.c
+++ b/src/core/test_core_api_start_only.c
@@ -67,7 +67,7 @@ static int ok;
67 67
68static void 68static void
69connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer, 69connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
70 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 70 const struct GNUNET_ATS_Information *atsi)
71{ 71{
72} 72}
73 73
@@ -81,7 +81,7 @@ disconnect_notify (void *cls, const struct GNUNET_PeerIdentity *peer)
81static int 81static int
82inbound_notify (void *cls, const struct GNUNET_PeerIdentity *other, 82inbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
83 const struct GNUNET_MessageHeader *message, 83 const struct GNUNET_MessageHeader *message,
84 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 84 const struct GNUNET_ATS_Information *atsi)
85{ 85{
86 return GNUNET_OK; 86 return GNUNET_OK;
87} 87}
@@ -90,7 +90,7 @@ inbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
90static int 90static int
91outbound_notify (void *cls, const struct GNUNET_PeerIdentity *other, 91outbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
92 const struct GNUNET_MessageHeader *message, 92 const struct GNUNET_MessageHeader *message,
93 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 93 const struct GNUNET_ATS_Information *atsi)
94{ 94{
95 return GNUNET_OK; 95 return GNUNET_OK;
96} 96}