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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/test_core_api_start_only.c b/src/core/test_core_api_start_only.c
index 62550f0ec..d0a5aedc4 100644
--- a/src/core/test_core_api_start_only.c
+++ b/src/core/test_core_api_start_only.c
@@ -86,7 +86,8 @@ disconnect_notify (void *cls,
86static unsigned int 86static unsigned int
87bfc_callback (void *cls, 87bfc_callback (void *cls,
88 const struct GNUNET_PeerIdentity *receiver, 88 const struct GNUNET_PeerIdentity *receiver,
89 void *position, unsigned int padding) 89 void *position,
90 size_t padding)
90{ 91{
91 return 0; 92 return 0;
92} 93}