diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-05-21 00:38:28 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-05-21 00:38:28 +0300 |
commit | 829c3778ac700f2d64e7032d0727f860196e4417 (patch) | |
tree | 6f3b295e9ba3a7ed8ad5c3771d832e4c949019f9 /globals.h | |
parent | bad201c5132117e8b227021b12ff9e5377a98496 (diff) |
fixed another metacontacts problem
Diffstat (limited to 'globals.h')
-rwxr-xr-x | globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ #ifndef GLOBALS_H
#define GLOBALS_H
-extern bool bAppendTags, bStripTags, gpg_valid, gpg_keyexist;
+extern bool bAppendTags, bStripTags, gpg_valid, gpg_keyexist, tabsrmm_used;
extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag;
extern logtofile debuglog;
#endif
|