summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-05-21 00:38:28 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-05-21 00:38:28 +0300
commit829c3778ac700f2d64e7032d0727f860196e4417 (patch)
tree6f3b295e9ba3a7ed8ad5c3771d832e4c949019f9 /globals.h
parentbad201c5132117e8b227021b12ff9e5377a98496 (diff)
fixed another metacontacts problem
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 1d7c9e4..f531cf1 100755
--- a/globals.h
+++ b/globals.h
@@ -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