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 5e44112ca..b39c1359c 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; |