aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgtar.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpgtar.h')
-rw-r--r--tools/gpgtar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gpgtar.h b/tools/gpgtar.h
index 57fb34a48..08dfcf8b7 100644
--- a/tools/gpgtar.h
+++ b/tools/gpgtar.h
@@ -27,8 +27,9 @@ struct
{
int verbose;
int quiet;
- char *outfile;
+ const char *outfile;
int symmetric;
+ const char *filename;
} opt;