diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-07-09 21:31:59 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-07-09 21:31:59 +0000 |
commit | d508accac398c0be67e3ecf62a3f01ebb61fc869 (patch) | |
tree | dcf044e484199f81032ec36d14891dd050d16a62 /src/datastore/plugin_datastore_sqlite.c | |
parent | eda364c08457e282c94ef3d748f855f59278ae36 (diff) |
fixes
git-svn-id: https://gnunet.org/svn/gnunet@8655 140774ce-b5e7-0310-ab8b-a85725594a96
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) { |