summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/commonheaders.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-11-25 19:54:47 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-11-25 19:54:47 +0000
commite4c1b5ae00efaa470a4b41953656ff059d0fd87d (patch)
tree1dd416290ae1b9d58ac1da84b8462fcf8e3506da /plugins/Db3x_mmap/src/commonheaders.h
parent1b44de1b140c2155dde5c42172e4d9df2d43e843 (diff)
unique signature for the new mmap profile format
git-svn-id: http://svn.miranda-ng.org/main/trunk@6983 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/commonheaders.h')
-rw-r--r--plugins/Db3x_mmap/src/commonheaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/commonheaders.h b/plugins/Db3x_mmap/src/commonheaders.h
index 811535f4d2..bb31a01615 100644
--- a/plugins/Db3x_mmap/src/commonheaders.h
+++ b/plugins/Db3x_mmap/src/commonheaders.h
@@ -42,7 +42,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "version.h"
extern LIST<CDb3Mmap> g_Dbs;
-extern DBSignature dbSignature, dbSignatureSA;
+extern DBSignature dbSignature, dbSignatureIM, dbSignatureSA;
#ifdef __GNUC__
#define mir_i64(x) (x##LL)