summaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-23 18:41:45 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-23 18:41:45 +0000
commit0722614037876469e205546db5ab5fc892b5cf8c (patch)
tree615556ca4b55580e51f36f8fe3aa4a70e60c8536 /src/include/gnunet_datastore_service.h
parent5d5d3d687f4a68331f71d44ac0ef53d28929af60 (diff)
downloadgnunet-0722614037876469e205546db5ab5fc892b5cf8c.tar.gz
gnunet-0722614037876469e205546db5ab5fc892b5cf8c.zip
fix
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h2
1 files changed, 1 insertions, 1 deletions
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,
103void 103void
104GNUNET_DATASTORE_reserve (struct GNUNET_DATASTORE_Handle *h, 104GNUNET_DATASTORE_reserve (struct GNUNET_DATASTORE_Handle *h,
105 uint64_t amount, 105 uint64_t amount,
106 uint64_t entries, 106 uint32_t entries,
107 GNUNET_DATASTORE_ContinuationWithStatus cont, 107 GNUNET_DATASTORE_ContinuationWithStatus cont,
108 void *cont_cls, 108 void *cont_cls,
109 struct GNUNET_TIME_Relative timeout); 109 struct GNUNET_TIME_Relative timeout);