From: Christian Grothoff Date: Thu, 23 Jul 2009 18:41:45 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~23637 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0722614037876469e205546db5ab5fc892b5cf8c;p=oweals%2Fgnunet.git fix --- diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h index 2e55da24e..ccbe4e076 100644 --- a/src/include/gnunet_datastore_service.h +++ b/src/include/gnunet_datastore_service.h @@ -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);