aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_template.c')
-rw-r--r--src/datastore/plugin_datastore_template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datastore/plugin_datastore_template.c b/src/datastore/plugin_datastore_template.c
index 174d3d255..1e30abe18 100644
--- a/src/datastore/plugin_datastore_template.c
+++ b/src/datastore/plugin_datastore_template.c
@@ -71,7 +71,7 @@ template_plugin_estimate_size (void *cls)
71 * @return GNUNET_OK on success 71 * @return GNUNET_OK on success
72 */ 72 */
73static int 73static int
74template_plugin_put (void *cls, const GNUNET_HashCode * key, uint32_t size, 74template_plugin_put (void *cls, const struct GNUNET_HashCode * key, uint32_t size,
75 const void *data, enum GNUNET_BLOCK_Type type, 75 const void *data, enum GNUNET_BLOCK_Type type,
76 uint32_t priority, uint32_t anonymity, 76 uint32_t priority, uint32_t anonymity,
77 uint32_t replication, 77 uint32_t replication,
@@ -103,8 +103,8 @@ template_plugin_put (void *cls, const GNUNET_HashCode * key, uint32_t size,
103 */ 103 */
104static void 104static void
105template_plugin_get_key (void *cls, uint64_t offset, 105template_plugin_get_key (void *cls, uint64_t offset,
106 const GNUNET_HashCode * key, 106 const struct GNUNET_HashCode * key,
107 const GNUNET_HashCode * vhash, 107 const struct GNUNET_HashCode * vhash,
108 enum GNUNET_BLOCK_Type type, PluginDatumProcessor proc, 108 enum GNUNET_BLOCK_Type type, PluginDatumProcessor proc,
109 void *proc_cls) 109 void *proc_cls)
110{ 110{