aboutsummaryrefslogtreecommitdiff
path: root/libcommon/common/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libcommon/common/common.hxx')
-rw-r--r--libcommon/common/common.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/libcommon/common/common.hxx b/libcommon/common/common.hxx
index 23e9d80..6ace845 100644
--- a/libcommon/common/common.hxx
+++ b/libcommon/common/common.hxx
@@ -16,7 +16,10 @@
#include <common/export.hxx>
LIBCOMMON_EXPORT std::auto_ptr<odb::database>
-create_database (int& argc, char* argv[], std::size_t max_connections = 0);
+create_database (int& argc,
+ char* argv[],
+ bool create_schema = true,
+ std::size_t max_connections = 0);
// This function returns an accurate result only if the result iterator
// hasn't been advanced.