summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-06-02 06:54:03 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-06-02 06:54:03 +0300
commit7b7229fd6fa8df0fbe52f82aa7b08354ddda76ba (patch)
treedc9ac8d8623ed9f8b98d247a6e85d77a9f151d48 /globals.h
parente321f6795124cc95aab0e194600f88d97aca5f45 (diff)
option to disable prescense subscription
metacontacts fix
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 f531cf1..3aeb8ad 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, tabsrmm_used;
+extern bool bAppendTags, bPrescenseSubscription, bStripTags, gpg_valid, gpg_keyexist, tabsrmm_used;
extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag;
extern logtofile debuglog;
#endif