diff options
Diffstat (limited to '')
-rw-r--r-- | src/db/DatabasePlugin.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/DatabasePlugin.hxx b/src/db/DatabasePlugin.hxx index ba6cd1f08..7655d8e2d 100644 --- a/src/db/DatabasePlugin.hxx +++ b/src/db/DatabasePlugin.hxx @@ -35,6 +35,8 @@ class Database; struct DatabasePlugin { const char *name; + unsigned flags; + /** * Allocates and configures a database. */ |