diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-04-24 13:08:05 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-04-24 13:08:05 +0000 |
commit | 32892c4aa7736eb8039f28d79b5cdb53cdc0061c (patch) | |
tree | 9729d165562c1780934a9a979dbc06d7f8470592 /src/datacache/plugin_datacache.h | |
parent | bf6e480c1dda383bd55b311039d8d41189c5feea (diff) |
off-line hack fest
Diffstat (limited to 'src/datacache/plugin_datacache.h')
-rw-r--r-- | src/datacache/plugin_datacache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datacache/plugin_datacache.h b/src/datacache/plugin_datacache.h index d3768cf441..c7360834b8 100644 --- a/src/datacache/plugin_datacache.h +++ b/src/datacache/plugin_datacache.h @@ -116,7 +116,7 @@ struct GNUNET_DATACACHE_PluginFunctions { const GNUNET_HashCode * key, uint32_t size, const char *data, - uint32_t type, + enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time); @@ -133,7 +133,7 @@ struct GNUNET_DATACACHE_PluginFunctions { */ unsigned int (*get) (void *cls, const GNUNET_HashCode * key, - uint32_t type, + enum GNUNET_BLOCK_Type type, GNUNET_DATACACHE_Iterator iter, void *iter_cls); |