diff options
Diffstat (limited to 'src/xz/options.h')
-rw-r--r-- | src/xz/options.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xz/options.h b/src/xz/options.h index 426086bd..e7389c8e 100644 --- a/src/xz/options.h +++ b/src/xz/options.h @@ -24,6 +24,13 @@ extern lzma_options_subblock *options_subblock(const char *str); extern lzma_options_delta *options_delta(const char *str); +/// \brief Parser for BCJ options +/// +/// \return Pointer to allocated options structure. +/// Doesn't return on error. +extern lzma_options_bcj *options_bcj(const char *str); + + /// \brief Parser for LZMA options /// /// \return Pointer to allocated options structure. |