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 98fd51c01..66a8ae17a 100644 --- a/tools/gpgtar.h +++ b/tools/gpgtar.h @@ -35,6 +35,7 @@ struct const char *user; int symmetric; const char *filename; + const char *directory; } opt; |