diff options
Diffstat (limited to '')
-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 61ec8d58..d56adc8a 100644 --- a/src/xz/options.h +++ b/src/xz/options.h @@ -24,6 +24,13 @@ extern lzma_options_delta *options_delta(const char *str); extern lzma_options_bcj *options_bcj(const char *str); +/// \brief Parser for ARM64 options +/// +/// \return Pointer to allocated options structure. +/// Doesn't return on error. +extern lzma_options_arm64 *options_arm64(const char *str); + + /// \brief Parser for LZMA options /// /// \return Pointer to allocated options structure. |