aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api_management.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-06 11:44:29 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-06 11:44:29 +0000
commitb8da6057b2c0c66931ccde9b4bba418fc5222724 (patch)
tree1e858619686d7e2d38655f9f24bdc64e3e4e8462 /src/datastore/test_datastore_api_management.c
parent7d2cbe5bd19ec95ada5a28a0134185ef29007b69 (diff)
downloadgnunet-b8da6057b2c0c66931ccde9b4bba418fc5222724.tar.gz
gnunet-b8da6057b2c0c66931ccde9b4bba418fc5222724.zip
use size_t
Diffstat (limited to 'src/datastore/test_datastore_api_management.c')
-rw-r--r--src/datastore/test_datastore_api_management.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/test_datastore_api_management.c b/src/datastore/test_datastore_api_management.c
index 3de1544f3..8e49409b6 100644
--- a/src/datastore/test_datastore_api_management.c
+++ b/src/datastore/test_datastore_api_management.c
@@ -143,7 +143,7 @@ check_success (void *cls,
143static void 143static void
144check_value (void *cls, 144check_value (void *cls,
145 const GNUNET_HashCode * key, 145 const GNUNET_HashCode * key,
146 uint32_t size, 146 size_t size,
147 const void *data, 147 const void *data,
148 enum GNUNET_BLOCK_Type type, 148 enum GNUNET_BLOCK_Type type,
149 uint32_t priority, 149 uint32_t priority,
@@ -191,7 +191,7 @@ check_value (void *cls,
191static void 191static void
192check_nothing (void *cls, 192check_nothing (void *cls,
193 const GNUNET_HashCode * key, 193 const GNUNET_HashCode * key,
194 uint32_t size, 194 size_t size,
195 const void *data, 195 const void *data,
196 enum GNUNET_BLOCK_Type type, 196 enum GNUNET_BLOCK_Type type,
197 uint32_t priority, 197 uint32_t priority,