]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lzx.h
lzx-compress.c: Cleanup, mostly comments
[wimlib] / include / wimlib / lzx.h
index 28408b328dc56695746aff83954c596618d4e923..715ec16bfefa62fef98ca43c07bd1964f7856c5c 100644 (file)
@@ -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)
 {