]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lzx.h
Clean up other compression/decompression code
[wimlib] / include / wimlib / lzx.h
index b6d1ec237ec78d1ec9a4b3383d3707125afeccb5..cb17fbea27f5d87104441ffc065a1edb3c301f81 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef _WIMLIB_LZX_H
 #define _WIMLIB_LZX_H
 
+/* Constants for the LZX data compression format.  See the comments in
+ * lzx-compress.c and lzx-decompress.c for more information about this format.
+ * */
+
 #include "wimlib/assert.h"
 #include "wimlib/types.h"