aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_start_only.c
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/core/test_core_api_start_only.c
parenteb2371484330014aaef9b0bfac1f1ae191bc2460 (diff)
downloadgnunet-75c121f5ae37d3c7ccd95f4449aea33ccb4200f0.tar.gz
gnunet-75c121f5ae37d3c7ccd95f4449aea33ccb4200f0.zip
change to core pai
Diffstat (limited to 'src/core/test_core_api_start_only.c')
-rw-r--r--src/core/test_core_api_start_only.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/core/test_core_api_start_only.c b/src/core/test_core_api_start_only.c
index d9cb4150d..e98b374d2 100644
--- a/src/core/test_core_api_start_only.c
+++ b/src/core/test_core_api_start_only.c
@@ -60,9 +60,7 @@ static int ok;
60 60
61 61
62static void 62static void
63connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer, 63connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer)
64 const struct GNUNET_ATS_Information *atsi,
65 unsigned int atsi_count)
66{ 64{
67} 65}
68 66
@@ -75,9 +73,7 @@ disconnect_notify (void *cls, const struct GNUNET_PeerIdentity *peer)
75 73
76static int 74static int
77inbound_notify (void *cls, const struct GNUNET_PeerIdentity *other, 75inbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
78 const struct GNUNET_MessageHeader *message, 76 const struct GNUNET_MessageHeader *message)
79 const struct GNUNET_ATS_Information *atsi,
80 unsigned int atsi_count)
81{ 77{
82 return GNUNET_OK; 78 return GNUNET_OK;
83} 79}
@@ -85,9 +81,7 @@ inbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
85 81
86static int 82static int
87outbound_notify (void *cls, const struct GNUNET_PeerIdentity *other, 83outbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
88 const struct GNUNET_MessageHeader *message, 84 const struct GNUNET_MessageHeader *message)
89 const struct GNUNET_ATS_Information *atsi,
90 unsigned int atsi_count)
91{ 85{
92 return GNUNET_OK; 86 return GNUNET_OK;
93} 87}