diff options
Diffstat (limited to '')
-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 a22fea823..d8d86fa5d 100644 --- a/src/database.h +++ b/src/database.h @@ -35,10 +35,10 @@ struct db_visitor; /** * Initialize the database library. * - * @param path the absolute path of the database file + * @param param the database configuration block */ bool -db_init(const struct config_param *path, GError **error_r); +db_init(const struct config_param *param, GError **error_r); void db_finish(void); |