diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-01-04 20:28:34 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-01-04 20:28:34 +0200 |
commit | 81bac0208e177b647682b4d115fe47547cd43ab6 (patch) | |
tree | 4d267c18a2f9c415f061b8305706c4dcd3294310 /src/globals.h | |
parent | 325d78a5cddca0baa55f962ee7e3d2141e0fdc04 (diff) |
implemented #83
Diffstat (limited to 'src/globals.h')
-rwxr-xr-x | src/globals.h | 2 |
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
|