summaryrefslogtreecommitdiff
path: root/tar/bsdtar.h
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-07 12:56:02 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-07 12:57:51 +0900
commit08e5985823058be70eb45bed9476a78725a3cccb (patch)
treecfe2f6d9522f15eaa57e712f1f795cd634d992a3 /tar/bsdtar.h
parent243f9e4c435fe081513c85426669d22b6fdee92d (diff)
downloadlibarchive-08e5985823058be70eb45bed9476a78725a3cccb.tar.gz
Add --lrzip option to bsdtar and bsdcpio to use lrzip compression.
Diffstat (limited to 'tar/bsdtar.h')
-rw-r--r--tar/bsdtar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tar/bsdtar.h b/tar/bsdtar.h
index 810ddc39..50670282 100644
--- a/tar/bsdtar.h
+++ b/tar/bsdtar.h
@@ -121,6 +121,7 @@ enum {
OPTION_HELP,
OPTION_INCLUDE,
OPTION_KEEP_NEWER_FILES,
+ OPTION_LRZIP,
OPTION_LZIP,
OPTION_LZMA,
OPTION_LZOP,