diff options
Diffstat (limited to 'tools/gpgtar.h')
-rw-r--r-- | tools/gpgtar.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/gpgtar.h b/tools/gpgtar.h index 02b2d358c..c403835b5 100644 --- a/tools/gpgtar.h +++ b/tools/gpgtar.h @@ -41,6 +41,11 @@ struct int symmetric; const char *filename; const char *directory; + int batch; + int answer_yes; + int answer_no; + int status_fd; + int require_compliance; } opt; |