From: Christian Grothoff Date: Tue, 22 Sep 2009 17:34:05 +0000 (+0000) Subject: types X-Git-Tag: initial-import-from-subversion-38251~23479 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ca6d311f62677e5af8313bd46768d311082e6d64;p=oweals%2Fgnunet.git types --- 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; }