aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/plugin_datacache_template.c')
-rw-r--r--src/datacache/plugin_datacache_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datacache/plugin_datacache_template.c b/src/datacache/plugin_datacache_template.c
index 2d3f160e4..6c4395982 100644
--- a/src/datacache/plugin_datacache_template.c
+++ b/src/datacache/plugin_datacache_template.c
@@ -52,7 +52,7 @@ struct Plugin
52 * @return 0 on error, number of bytes used otherwise 52 * @return 0 on error, number of bytes used otherwise
53 */ 53 */
54static size_t 54static size_t
55template_plugin_put (void *cls, const GNUNET_HashCode * key, size_t size, 55template_plugin_put (void *cls, const struct GNUNET_HashCode * key, size_t size,
56 const char *data, enum GNUNET_BLOCK_Type type, 56 const char *data, enum GNUNET_BLOCK_Type type,
57 struct GNUNET_TIME_Absolute discard_time) 57 struct GNUNET_TIME_Absolute discard_time)
58{ 58{
@@ -73,7 +73,7 @@ template_plugin_put (void *cls, const GNUNET_HashCode * key, size_t size,
73 * @return the number of results found 73 * @return the number of results found
74 */ 74 */
75static unsigned int 75static unsigned int
76template_plugin_get (void *cls, const GNUNET_HashCode * key, 76template_plugin_get (void *cls, const struct GNUNET_HashCode * key,
77 enum GNUNET_BLOCK_Type type, 77 enum GNUNET_BLOCK_Type type,
78 GNUNET_DATACACHE_Iterator iter, void *iter_cls) 78 GNUNET_DATACACHE_Iterator iter, void *iter_cls)
79{ 79{