aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_template.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-09 21:31:59 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-09 21:31:59 +0000
commit38a86669f8bf341ec9b20b23b9f0a26d6d877086 (patch)
treedcf044e484199f81032ec36d14891dd050d16a62 /src/datastore/plugin_datastore_template.c
parentd558104570635bb71b65074e0bfd3c56575cb2cb (diff)
downloadgnunet-38a86669f8bf341ec9b20b23b9f0a26d6d877086.tar.gz
gnunet-38a86669f8bf341ec9b20b23b9f0a26d6d877086.zip
fixes
Diffstat (limited to 'src/datastore/plugin_datastore_template.c')
-rw-r--r--src/datastore/plugin_datastore_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_template.c b/src/datastore/plugin_datastore_template.c
index 4c8f9e1f9..a364a0faa 100644
--- a/src/datastore/plugin_datastore_template.c
+++ b/src/datastore/plugin_datastore_template.c
@@ -151,7 +151,7 @@ template_plugin_get (void *cls,
151 */ 151 */
152static int 152static int
153template_plugin_update (void *cls, 153template_plugin_update (void *cls,
154 unsigned long long uid, 154 uint64_t uid,
155 int delta, struct GNUNET_TIME_Absolute expire, 155 int delta, struct GNUNET_TIME_Absolute expire,
156 char **msg) 156 char **msg)
157{ 157{