summaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-27 07:46:37 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-27 07:46:37 +0300
commit1f4c1f489f05bb135c8df93d40db9bb624be969d (patch)
treebd214f55f5932a60217a848868b9b4cb6fcd9df1 /init.cpp
parentc7417593521a2a96442e97508354e32f502bd931 (diff)
key autoexchange implementation started
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.cpp b/init.cpp
index a8fcaf1..f71ebe6 100644
--- a/init.cpp
+++ b/init.cpp
@@ -17,7 +17,7 @@
#include "commonheaders.h"
//global variables
-bool bAppendTags = false, bDebugLog = false, bJabberAPI = false, bIsMiranda09 = false, bMetaContacts = false, bFileTransfers = false;
+bool bAppendTags = false, bDebugLog = false, bJabberAPI = false, bIsMiranda09 = false, bMetaContacts = false, bFileTransfers = false, bAutoExchange = false;
TCHAR *inopentag = NULL, *inclosetag = NULL, *outopentag = NULL, *outclosetag = NULL, *password = NULL;
list <JabberAccount*> Accounts;