diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-22 22:23:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-22 22:23:21 +0000 |
commit | b7eb87730aeff6ddfe09c7786db229a06818b886 (patch) | |
tree | cccff70b6713035ac0270956f9283f5d5b4bb141 /plugins/Db3x_mmap/src/commonheaders.h | |
parent | 83f5aeeff8b6ac9cdcfa668ef9d98f23cbd7846c (diff) |
dbx_mmap to open unencrypted mmap_sa profiles
git-svn-id: http://svn.miranda-ng.org/main/trunk@6962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/commonheaders.h')
-rw-r--r-- | plugins/Db3x_mmap/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/commonheaders.h b/plugins/Db3x_mmap/src/commonheaders.h index 12286e83d6..811535f4d2 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;
+extern DBSignature dbSignature, dbSignatureSA;
#ifdef __GNUC__
#define mir_i64(x) (x##LL)
|