summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-12 09:49:04 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-12 09:49:04 +0200
commitd884a2fd95cd535aef2640e6a592762b3c484ed2 (patch)
tree557a20f1199db108dc596bc97d5b31eb0e18472f /globals.h
parent4a8d2270c087aef94fbd0b7d19df6dec05441edf (diff)
merged with miranda_ng main repo
Diffstat (limited to 'globals.h')
-rwxr-xr-xglobals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 4e561d8..9942e16 100755
--- a/globals.h
+++ b/globals.h
@@ -16,7 +16,7 @@
#ifndef GLOBALS_H
#define GLOBALS_H
-extern bool bAppendTags, bPresenceSigning, bStripTags, gpg_valid, gpg_keyexist, tabsrmm_used, bSameAction, bFileTransfers;
+extern bool bAppendTags, bPresenceSigning, bStripTags, gpg_valid, gpg_keyexist, tabsrmm_used, bSameAction, bFileTransfers, bDebugLog;
extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag;
extern logtofile debuglog;
#endif