summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/commonheaders.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-12-05 18:27:53 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-12-05 18:27:53 +0000
commita4043c72c431d7654b3756d3b5c897751cb8f4f6 (patch)
tree9f6715f9ec574bf6eeff4360c57ec66bd7da5cec /plugins/Db3x_mmap/src/commonheaders.h
parent369e1612ac567185ada1f899c97fde57b6e3c47c (diff)
special signature added for the encrypted database
git-svn-id: http://svn.miranda-ng.org/main/trunk@7054 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 f8978defe4..9cbdf6dc0e 100644
--- a/plugins/Db3x_mmap/src/commonheaders.h
+++ b/plugins/Db3x_mmap/src/commonheaders.h
@@ -45,7 +45,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
extern HINSTANCE g_hInst;
extern LIST<CDb3Mmap> g_Dbs;
-extern DBSignature dbSignature, dbSignatureIM, dbSignatureSA;
+extern DBSignature dbSignatureU, dbSignatureE, dbSignatureIM, dbSignatureSA;
#ifdef __GNUC__
#define mir_i64(x) (x##LL)