aboutsummaryrefslogtreecommitdiff
path: root/C/HuffEnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'C/HuffEnc.h')
-rw-r--r--C/HuffEnc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/C/HuffEnc.h b/C/HuffEnc.h
index 2217f55..45567d0 100644
--- a/C/HuffEnc.h
+++ b/C/HuffEnc.h
@@ -16,7 +16,7 @@ Conditions:
16 1 <= maxLen <= 16 = Z7_HUFFMAN_LEN_MAX 16 1 <= maxLen <= 16 = Z7_HUFFMAN_LEN_MAX
17 Num_Items(p) >= HUFFMAN_TEMP_SIZE(num) 17 Num_Items(p) >= HUFFMAN_TEMP_SIZE(num)
18*/ 18*/
19void Huffman_Generate(const UInt32 *freqs, UInt32 *p, Byte *lens, UInt32 num, UInt32 maxLen); 19void Huffman_Generate(const UInt32 *freqs, UInt32 *p, Byte *lens, unsigned num, unsigned maxLen);
20 20
21EXTERN_C_END 21EXTERN_C_END
22 22