diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-01-12 09:08:03 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-01-12 09:08:03 +0200 |
commit | 913374a19774643fb97455d0a294a26a93019557 (patch) | |
tree | 6e21de5833c82e7e77cd4b7430b4ede15d35fc22 /src/globals.h | |
parent | 1d5d5d5ef65687785382346d483f88c75548d46b (diff) |
merged with miranda_ng main repo
Diffstat (limited to 'src/globals.h')
-rwxr-xr-x | src/globals.h | 2 |
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
|