From ca6d311f62677e5af8313bd46768d311082e6d64 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 22 Sep 2009 17:34:05 +0000 Subject: [PATCH] types --- src/core/test_core_api.c | 3 ++- src/core/test_core_api_start_only.c | 3 ++- 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, static unsigned int bfc_callback (void *cls, const struct GNUNET_PeerIdentity *receiver, - void *position, unsigned int padding) + void *position, + size_t padding) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "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, static unsigned int bfc_callback (void *cls, const struct GNUNET_PeerIdentity *receiver, - void *position, unsigned int padding) + void *position, + size_t padding) { return 0; } -- 2.25.1