]> wimlib.net Git - wimlib/blobdiff - src/comp.h
Get rid of huffman.c and huffman.h
[wimlib] / src / comp.h
index af17826310e093f9b3a668731cdb66167f54c73a..7b28e511d637ac8f15aa80c9cb434186e25453e5 100644 (file)
@@ -105,4 +105,8 @@ extern void init_output_bitstream(struct output_bitstream *ostream,
 
 extern int flush_output_bitstream(struct output_bitstream *ostream);
 
+extern void make_canonical_huffman_code(uint num_syms, uint max_codeword_len, 
+                                       const u32 freq_tab[], u8 lens[], 
+                                       u16 codewords[]);
+
 #endif /* _WIMLIB_COMP_H */