diff options
Diffstat (limited to 'plugins/Db3x_mmap/src/commonheaders.h')
-rw-r--r-- | plugins/Db3x_mmap/src/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/commonheaders.h b/plugins/Db3x_mmap/src/commonheaders.h index a0ad519e4d..72b0b265d9 100644 --- a/plugins/Db3x_mmap/src/commonheaders.h +++ b/plugins/Db3x_mmap/src/commonheaders.h @@ -55,6 +55,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "version.h"
extern LIST<CDb3Mmap> g_Dbs;
+extern DBSignature dbSignature;
#ifdef __GNUC__
#define mir_i64(x) (x##LL)
|