From 81bac0208e177b647682b4d115fe47547cd43ab6 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 4 Jan 2013 20:28:34 +0200 Subject: implemented #83 --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/globals.h') diff --git a/src/globals.h b/src/globals.h index e84ae1e..4e561d8 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; +extern bool bAppendTags, bPresenceSigning, bStripTags, gpg_valid, gpg_keyexist, tabsrmm_used, bSameAction, bFileTransfers; extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag; extern logtofile debuglog; #endif -- cgit v1.2.3