fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 23 Jul 2009 18:41:45 +0000 (18:41 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 23 Jul 2009 18:41:45 +0000 (18:41 +0000)
src/include/gnunet_datastore_service.h

index 2e55da24e6f2be3c4da2b79d99fbec437c2188a7..ccbe4e0765404f7cf2c6c62077642d18361483cf 100644 (file)
@@ -103,7 +103,7 @@ typedef void (*GNUNET_DATASTORE_ContinuationWithStatus)(void *cls,
 void
 GNUNET_DATASTORE_reserve (struct GNUNET_DATASTORE_Handle *h,
                          uint64_t amount,
-                         uint64_t entries,
+                         uint32_t entries,
                          GNUNET_DATASTORE_ContinuationWithStatus cont,
                          void *cont_cls,
                          struct GNUNET_TIME_Relative timeout);