diff options
Diffstat (limited to 'src/common/db.h')
-rw-r--r-- | src/common/db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/db.h b/src/common/db.h index f807188eb..f500520a9 100644 --- a/src/common/db.h +++ b/src/common/db.h @@ -914,7 +914,7 @@ void (*init) (void); * @see #db_init(void) */ void (*final) (void); -} DB_s; +}; struct db_interface *DB; |