X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Flzx.h;h=97d4a691c62ab46f13de4a66840af687a8b99d58;hb=16a0ef18b1404aab857696ae479e246dfbcfbaa3;hp=67fb3561d94f5744a150c1bc8de6c0a7e7b38cd0;hpb=4dae2eef895b95d1c2bc1bf5fc17413af8cc7952;p=wimlib diff --git a/include/wimlib/lzx.h b/include/wimlib/lzx.h index 67fb3561..97d4a691 100644 --- a/include/wimlib/lzx.h +++ b/include/wimlib/lzx.h @@ -65,8 +65,9 @@ lzx_get_position_slot_raw(u32 formatted_offset) } } -extern bool lzx_window_size_valid(size_t window_size); -extern unsigned lzx_get_num_main_syms(u32 window_size); +extern unsigned lzx_get_window_order(size_t max_block_size); + +extern unsigned lzx_get_num_main_syms(unsigned window_order); /* Least-recently used queue for match offsets. */ struct lzx_lru_queue {