diff options
Diffstat (limited to 'tar/bsdtar.h')
| -rw-r--r-- | tar/bsdtar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tar/bsdtar.h b/tar/bsdtar.h index 10a2cf2f9bd0..543a228c9072 100644 --- a/tar/bsdtar.h +++ b/tar/bsdtar.h @@ -181,7 +181,8 @@ enum { OPTION_USE_COMPRESS_PROGRAM, OPTION_UUENCODE, OPTION_VERSION, - OPTION_XATTRS + OPTION_XATTRS, + OPTION_ZSTD, }; int bsdtar_getopt(struct bsdtar *); |
