]> wimlib.net Git - wimlib/blobdiff - src/lzx-decompress.c
Re-organize code
[wimlib] / src / lzx-decompress.c
similarity index 99%
rename from src/lzx-decomp.c
rename to src/lzx-decompress.c
index 73e68127c0d6fa95bf8c9e62e9e49656dc704ea5..6e4098fffa1c218aae813ec30f558683be4a5df2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * lzx-decomp.c
+ * lzx-decompress.c
  *
  * LZX decompression routines, originally based on code taken from cabextract
  * v0.5, which was, itself, a modified version of the lzx decompression code
 
 #include "util.h"
 #include "lzx.h"
-#include "decomp.h"
+#include "decompress.h"
 #include <string.h>
 
 /* Huffman decoding tables and maps from symbols to code lengths. */