diff options
author | Alexander Gluzsky <sss123next@list.ru> | 2013-01-04 13:51:04 +0000 |
---|---|---|
committer | Alexander Gluzsky <sss123next@list.ru> | 2013-01-04 13:51:04 +0000 |
commit | 0bc7bd1b53ff6ca8cc32787fe7a4f16f6b0e1813 (patch) | |
tree | ead91c643f80da75a3b7d7f4fb56faefd55bfd60 /plugins/New_GPG/src/globals.h | |
parent | 88a7618d8c5de816ae07fb26ed67130793039485 (diff) |
additional options for filetransfers
git-svn-id: http://svn.miranda-ng.org/main/trunk@2959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/New_GPG/src/globals.h')
-rwxr-xr-x | plugins/New_GPG/src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/globals.h b/plugins/New_GPG/src/globals.h index e84ae1e505..4e561d8358 100755 --- a/plugins/New_GPG/src/globals.h +++ b/plugins/New_GPG/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
|