aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/test_core_api.c3
-rw-r--r--src/core/test_core_api_start_only.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 753d2cc3a..13c1dc48e 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -125,7 +125,8 @@ disconnect_notify (void *cls,
125static unsigned int 125static unsigned int
126bfc_callback (void *cls, 126bfc_callback (void *cls,
127 const struct GNUNET_PeerIdentity *receiver, 127 const struct GNUNET_PeerIdentity *receiver,
128 void *position, unsigned int padding) 128 void *position,
129 size_t padding)
129{ 130{
130 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 131 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
131 "Core requests data for `%4s', I have none.\n", 132 "Core requests data for `%4s', I have none.\n",
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}