diff options
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r-- | src/datastore/plugin_datastore_sqlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c index 6abb08dd8f..2e87d489a5 100644 --- a/src/datastore/plugin_datastore_sqlite.c +++ b/src/datastore/plugin_datastore_sqlite.c @@ -743,7 +743,7 @@ sqlite_plugin_put (void *cls, */ static int sqlite_plugin_update (void *cls, - unsigned long long uid, + uint64_t uid, int delta, struct GNUNET_TIME_Absolute expire, char **msg) { |