aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache.h
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/plugin_datacache.h
parentbf6e480c1dda383bd55b311039d8d41189c5feea (diff)
downloadgnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.tar.gz
gnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.zip
off-line hack fest
Diffstat (limited to 'src/datacache/plugin_datacache.h')
-rw-r--r--src/datacache/plugin_datacache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datacache/plugin_datacache.h b/src/datacache/plugin_datacache.h
index d3768cf44..c7360834b 100644
--- a/src/datacache/plugin_datacache.h
+++ b/src/datacache/plugin_datacache.h
@@ -116,7 +116,7 @@ struct GNUNET_DATACACHE_PluginFunctions {
116 const GNUNET_HashCode * key, 116 const GNUNET_HashCode * key,
117 uint32_t size, 117 uint32_t size,
118 const char *data, 118 const char *data,
119 uint32_t type, 119 enum GNUNET_BLOCK_Type type,
120 struct GNUNET_TIME_Absolute discard_time); 120 struct GNUNET_TIME_Absolute discard_time);
121 121
122 122
@@ -133,7 +133,7 @@ struct GNUNET_DATACACHE_PluginFunctions {
133 */ 133 */
134 unsigned int (*get) (void *cls, 134 unsigned int (*get) (void *cls,
135 const GNUNET_HashCode * key, 135 const GNUNET_HashCode * key,
136 uint32_t type, 136 enum GNUNET_BLOCK_Type type,
137 GNUNET_DATACACHE_Iterator iter, 137 GNUNET_DATACACHE_Iterator iter,
138 void *iter_cls); 138 void *iter_cls);
139 139