diff options
Diffstat (limited to 'src/db/DatabaseGlue.hxx')
-rw-r--r-- | src/db/DatabaseGlue.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/DatabaseGlue.hxx b/src/db/DatabaseGlue.hxx index c35dd1cbd..67ff4f537 100644 --- a/src/db/DatabaseGlue.hxx +++ b/src/db/DatabaseGlue.hxx @@ -22,7 +22,7 @@ #include "Compiler.h" -struct config_param; +struct ConfigBlock; class EventLoop; class DatabaseListener; class Database; @@ -35,6 +35,6 @@ class Error; */ Database * DatabaseGlobalInit(EventLoop &loop, DatabaseListener &listener, - const config_param ¶m, Error &error); + const ConfigBlock &block, Error &error); #endif |