aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/datacache.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
commit32892c4aa7736eb8039f28d79b5cdb53cdc0061c (patch)
tree9729d165562c1780934a9a979dbc06d7f8470592 /src/datacache/datacache.c
parentbf6e480c1dda383bd55b311039d8d41189c5feea (diff)
downloadgnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.tar.gz
gnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.zip
off-line hack fest
Diffstat (limited to 'src/datacache/datacache.c')
-rw-r--r--src/datacache/datacache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datacache/datacache.c b/src/datacache/datacache.c
index c8530055d..4c474e9ba 100644
--- a/src/datacache/datacache.c
+++ b/src/datacache/datacache.c
@@ -224,7 +224,7 @@ GNUNET_DATACACHE_put (struct GNUNET_DATACACHE_Handle *h,
224 const GNUNET_HashCode * key, 224 const GNUNET_HashCode * key,
225 uint32_t size, 225 uint32_t size,
226 const char *data, 226 const char *data,
227 unsigned int type, 227 enum GNUNET_BLOCK_Type type,
228 struct GNUNET_TIME_Absolute discard_time) 228 struct GNUNET_TIME_Absolute discard_time)
229{ 229{
230 uint32_t used; 230 uint32_t used;
@@ -259,7 +259,7 @@ GNUNET_DATACACHE_put (struct GNUNET_DATACACHE_Handle *h,
259unsigned int 259unsigned int
260GNUNET_DATACACHE_get (struct GNUNET_DATACACHE_Handle *h, 260GNUNET_DATACACHE_get (struct GNUNET_DATACACHE_Handle *h,
261 const GNUNET_HashCode * key, 261 const GNUNET_HashCode * key,
262 unsigned int type, 262 enum GNUNET_BLOCK_Type type,
263 GNUNET_DATACACHE_Iterator iter, 263 GNUNET_DATACACHE_Iterator iter,
264 void *iter_cls) 264 void *iter_cls)
265{ 265{