From f3cdb7545b85a2c849ad4acf4dfbf1aaf526de6b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 28 Sep 2012 13:13:05 +0000 Subject: database created by dbx_mmap_sa must be opened by it git-svn-id: http://svn.miranda-ng.org/main/trunk@1714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Db3x_mmap/src/commonheaders.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Db3x_mmap/src/commonheaders.h') 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 g_Dbs; +extern DBSignature dbSignature; #ifdef __GNUC__ #define mir_i64(x) (x##LL) -- cgit v1.2.3