]> git.sesse.net Git - fjl/blob - choice.h
read_huffman_tables() takes in unstuffed data, not raw data.
[fjl] / choice.h
1 #ifndef _CHOICE_H
2 #define _CHOICE_H
3
4 #include "unstuff.h"
5
6 extern unstuff_func_t* unstuff_choice;
7
8 void init_choices();
9
10 #endif /* !defined(_CHOICE_H) */