X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Flzx.h;h=715ec16bfefa62fef98ca43c07bd1964f7856c5c;hp=28408b328dc56695746aff83954c596618d4e923;hb=5c1b50fdca21aaaddbdb34f5f7beec7d67016984;hpb=7d3c6d1a380bbd9e9074dce19b65bb5ac0ae4675 diff --git a/include/wimlib/lzx.h b/include/wimlib/lzx.h index 28408b32..715ec16b 100644 --- a/include/wimlib/lzx.h +++ b/include/wimlib/lzx.h @@ -148,6 +148,8 @@ struct lzx_lru_queue { * as (n + LZX_OFFSET_OFFSET). */ #define LZX_OFFSET_OFFSET (LZX_NUM_RECENT_OFFSETS - 1) +/* Initialize the LZX least-recently-used match offset queue at the beginning of + * a new window for either decompression or compression. */ static inline void lzx_lru_queue_init(struct lzx_lru_queue *queue) {