summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-04 20:28:34 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-04 20:28:34 +0200
commit81bac0208e177b647682b4d115fe47547cd43ab6 (patch)
tree4d267c18a2f9c415f061b8305706c4dcd3294310 /src/globals.h
parent325d78a5cddca0baa55f962ee7e3d2141e0fdc04 (diff)
implemented #83
Diffstat (limited to 'src/globals.h')
-rwxr-xr-xsrc/globals.h2
1 files changed, 1 insertions, 1 deletions
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