Move next token to huffman tree lib

This commit is contained in:
atxr 2024-02-20 15:36:46 +01:00
parent f778d01d74
commit 1ae8e5f050
4 changed files with 29 additions and 27 deletions

View file

@ -8,6 +8,5 @@
bool detect_overlaps(char* filename);
int get_uncompressed_size(zip* in);
int next_token(bitstream* bs, tree t);
#endif