summaryrefslogtreecommitdiff
path: root/tar/bsdtar.h
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-10 08:17:05 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-10 10:32:43 +0900
commit630ead783593075e974858372b9c171abb2df28a (patch)
tree40fe55e30b9b106de444fe01e0472fc8819e1587 /tar/bsdtar.h
parenta2576a7428397690d890e7a7a010ba2db8fc6906 (diff)
downloadlibarchive-630ead783593075e974858372b9c171abb2df28a.tar.gz
Add support for grzip 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 80e922ea..a21be3d0 100644
--- a/tar/bsdtar.h
+++ b/tar/bsdtar.h
@@ -120,6 +120,7 @@ enum {
OPTION_FORMAT,
OPTION_GID,
OPTION_GNAME,
+ OPTION_GRZIP,
OPTION_HELP,
OPTION_INCLUDE,
OPTION_KEEP_NEWER_FILES,