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.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/core/test_core_api_start_only.c b/src/core/test_core_api_start_only.c
index 5ca750664..bf5db63c0 100644
--- a/src/core/test_core_api_start_only.c
+++ b/src/core/test_core_api_start_only.c
@@ -83,16 +83,6 @@ disconnect_notify (void *cls,
83} 83}
84 84
85 85
86static unsigned int
87bfc_callback (void *cls,
88 const struct GNUNET_PeerIdentity *receiver,
89 void *position,
90 size_t padding)
91{
92 return 0;
93}
94
95
96static int 86static int
97inbound_notify (void *cls, 87inbound_notify (void *cls,
98 const struct GNUNET_PeerIdentity *other, 88 const struct GNUNET_PeerIdentity *other,
@@ -137,7 +127,6 @@ init_notify (void *cls,
137 &init_notify, 127 &init_notify,
138 &connect_notify, 128 &connect_notify,
139 &disconnect_notify, 129 &disconnect_notify,
140 &bfc_callback,
141 &inbound_notify, 130 &inbound_notify,
142 GNUNET_YES, 131 GNUNET_YES,
143 &outbound_notify, GNUNET_YES, handlers); 132 &outbound_notify, GNUNET_YES, handlers);
@@ -191,7 +180,6 @@ run (void *cls,
191 &init_notify, 180 &init_notify,
192 &connect_notify, 181 &connect_notify,
193 &disconnect_notify, 182 &disconnect_notify,
194 &bfc_callback,
195 &inbound_notify, 183 &inbound_notify,
196 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers); 184 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers);
197} 185}