diff options
Diffstat (limited to 'tools/gpgtar.h')
-rw-r--r-- | tools/gpgtar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gpgtar.h b/tools/gpgtar.h index 66a8ae17a..f130c94ee 100644 --- a/tools/gpgtar.h +++ b/tools/gpgtar.h @@ -30,6 +30,7 @@ struct unsigned int debug_level; int quiet; const char *gpg_program; + strlist_t gpg_arguments; const char *outfile; strlist_t recipients; const char *user; |