diff options
Diffstat (limited to 'g13/g13-common.h')
-rw-r--r-- | g13/g13-common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g13/g13-common.h b/g13/g13-common.h index f27dca4aa..316b94a73 100644 --- a/g13/g13-common.h +++ b/g13/g13-common.h @@ -30,6 +30,7 @@ #include "../common/util.h" #include "../common/status.h" #include "../common/session-env.h" +#include "../common/strlist.h" /* Debug values and macros. */ @@ -65,6 +66,9 @@ struct filename. */ const char *gpg_program; + /* GPG arguments. XXX: Currently it is not possible to set them. */ + strlist_t gpg_arguments; + /* Environment variables passed along to the engine. */ char *display; char *ttyname; |