]> wimlib.net Git - wimlib/blobdiff - src/compress.h
Re-organize code
[wimlib] / src / compress.h
similarity index 95%
rename from src/comp.h
rename to src/compress.h
index 37b1f9922bfecc1c53c8687ff38965804aa93331..37ab23d315763b471ca7c442cf4ac39ba05bf1e6 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * comp.h
+ * compress.h
  *
  * Functions useful for compression, mainly bitstreams.
  */
 
-#ifndef _WIMLIB_COMP_H
-#define _WIMLIB_COMP_H
+#ifndef _WIMLIB_COMPRESS_H
+#define _WIMLIB_COMPRESS_H
 
 #include "util.h"
 #include "endianness.h"
@@ -92,4 +92,4 @@ extern void make_canonical_huffman_code(unsigned num_syms,
                                        u8 lens[],
                                        u16 codewords[]);
 
-#endif /* _WIMLIB_COMP_H */
+#endif /* _WIMLIB_COMPRESS_H */