From d3293b889d20433adede6a248582ce778e1c87b8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 3 Jan 2013 00:24:45 +0100 Subject: database.h: move prototypes to DatabaseGlue.hxx --- src/database.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/database.h') diff --git a/src/database.h b/src/database.h index 9cde50ba1..ee2e609a6 100644 --- a/src/database.h +++ b/src/database.h @@ -32,17 +32,6 @@ struct directory; struct db_selection; struct db_visitor; -/** - * Initialize the database library. - * - * @param param the database configuration block - */ -bool -db_init(const struct config_param *param, GError **error_r); - -void -db_finish(void); - /** * Check whether the default #SimpleDatabasePlugin is used. This * allows using db_get_root(), db_save(), db_get_mtime() and @@ -75,9 +64,6 @@ db_get_directory(const char *name); bool db_save(GError **error_r); -bool -db_load(GError **error); - /** * May only be used if db_is_simple() returns true. */ -- cgit v1.2.3