aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_start_only.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-22 17:34:05 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-22 17:34:05 +0000
commitca6d311f62677e5af8313bd46768d311082e6d64 (patch)
treef42f9cb93a30726c94c9565a30cef8d9b02959ef /src/core/test_core_api_start_only.c
parent377b5e6c3615d2d482cb3341520bd5e84a0704b7 (diff)
downloadgnunet-ca6d311f62677e5af8313bd46768d311082e6d64.tar.gz
gnunet-ca6d311f62677e5af8313bd46768d311082e6d64.zip
types
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}