types
authorChristian Grothoff <christian@grothoff.org>
Tue, 22 Sep 2009 17:34:05 +0000 (17:34 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 22 Sep 2009 17:34:05 +0000 (17:34 +0000)
src/core/test_core_api.c
src/core/test_core_api_start_only.c

index 753d2cc3a6acb2e1cf35cbf097c3de966d840e0f..13c1dc48e9839ea3a97db93f2026109d5d504d4f 100644 (file)
@@ -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",
index 62550f0ec851846f9c6ea69abb621f4c1b5b4f4d..d0a5aedc4bde25ebbb951d2737302e44bd87c07e 100644 (file)
@@ -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;
 }