mirror of
https://git.tukaani.org/xz.git
synced 2025-02-08 09:45:45 +00:00
All functions now explicitly specify parameter and return values. The notes and code annotations were moved before the parameter and return value descriptions for consistency. Also, the description above lzma_filter_encoder_is_supported() about not being able to list available filters was removed since lzma_str_list_filters() will do this.