X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fcompress_common.h;h=d2b6310e91534f9f3cf6d3ece57b732d7ac86c3c;hp=666f10dcc43a031b5a9af818c1a00edbac35364b;hb=f90b1375dd7d3b64fe823ae693083f82019a02f9;hpb=e940fda88a92ff9e931ec88fb4c0e1ebd6fa2dfb diff --git a/include/wimlib/compress_common.h b/include/wimlib/compress_common.h index 666f10dc..d2b6310e 100644 --- a/include/wimlib/compress_common.h +++ b/include/wimlib/compress_common.h @@ -2,6 +2,9 @@ * compress_common.h * * Header for compression code shared by multiple compression formats. + * + * The author dedicates this file to the public domain. + * You can do whatever you want with this file. */ #ifndef _WIMLIB_COMPRESS_COMMON_H @@ -69,6 +72,6 @@ make_canonical_huffman_code(unsigned num_syms, unsigned max_codeword_len, const input_idx_t freq_tab[restrict], u8 lens[restrict], - u16 codewords[restrict]); + u32 codewords[restrict]); -#endif /* _WIMLIB_COMPRESS_H */ +#endif /* _WIMLIB_COMPRESS_COMMON_H */