macutils/macunpack/de_huffman.h
Arvid Norlander 926f4a694d
64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t.
Some of these may not be needed, but none of them should be incorrect.
2022-09-29 22:49:54 +02:00

6 lines
142 B
C

#include <stdint.h>
void set_huffman(int endian);
void read_tree();
void de_huffman(uint32_t obytes);
void de_huffman_end(unsigned int term);