]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lzx_common.h
Adjust naming of (de)compression files
[wimlib] / include / wimlib / lzx_common.h
similarity index 95%
rename from include/wimlib/lzx.h
rename to include/wimlib/lzx_common.h
index 5bd6b1406a3b6e9cdf3e7e54232adc8e829cdf75..b3ae85a72b88971889d4501553ef7afd5c141425 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * lzx.h
+ * lzx_common.h
  *
  * Declarations shared between LZX compression and decompression.
  */
 
-#ifndef _WIMLIB_LZX_H
-#define _WIMLIB_LZX_H
+#ifndef _LZX_COMMON_H
+#define _LZX_COMMON_H
 
 #include "wimlib/assert.h"
 #include "wimlib/bitops.h"
@@ -71,4 +71,4 @@ lzx_do_e8_preprocessing(u8 *data, u32 size);
 extern void
 lzx_undo_e8_preprocessing(u8 *data, u32 size);
 
-#endif /* _WIMLIB_LZX_H */
+#endif /* _LZX_COMMON_H */