diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-04 11:53:06 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-04 11:53:06 +0300 |
commit | da98df54400998be2a6c3876f9655a3c51b93c10 (patch) | |
tree | 3d3d2cd1f8e083dcf9680e3e775c31b17c13197c /src/lzma/args.h | |
parent | Don't allow LZMA_SYNC_FLUSH with decoders anymore. There's (diff) | |
download | xz-da98df54400998be2a6c3876f9655a3c51b93c10.tar.xz |
Added support for raw encoding and decoding to the command
line tool, and made various cleanups. --lzma was renamed to
--lzma1 to prevent people from accidentally using LZMA when
they want LZMA2.
Diffstat (limited to 'src/lzma/args.h')
-rw-r--r-- | src/lzma/args.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lzma/args.h b/src/lzma/args.h index b60e7545..abc810cb 100644 --- a/src/lzma/args.h +++ b/src/lzma/args.h @@ -35,6 +35,7 @@ enum header_type { HEADER_NATIVE, HEADER_ALONE, // HEADER_GZIP, + HEADER_RAW, }; |