diff options
Diffstat (limited to 'src/database.h')
-rw-r--r-- | src/database.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/database.h b/src/database.h index 75233e3a2..66423f46f 100644 --- a/src/database.h +++ b/src/database.h @@ -62,10 +62,10 @@ int db_walk(const char *name, int (*forEachDir)(struct directory *, void *), void *data); bool -db_check(void); +db_check(GError **error_r); bool -db_save(void); +db_save(GError **error_r); bool db_load(GError **error); |