summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-12 09:08:03 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-12 09:08:03 +0200
commit913374a19774643fb97455d0a294a26a93019557 (patch)
tree6e21de5833c82e7e77cd4b7430b4ede15d35fc22 /src/globals.h
parent1d5d5d5ef65687785382346d483f88c75548d46b (diff)
merged with miranda_ng main repo
Diffstat (limited to 'src/globals.h')
-rwxr-xr-xsrc/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index 4e561d8..9942e16 100755
--- a/src/globals.h
+++ b/src/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