]> git.sesse.net Git - fjl/blob - choice.h
More manual strength reduction.
[fjl] / choice.h
1 #ifndef _CHOICE_H
2 #define _CHOICE_H
3
4 #include "unstuff.h"
5 #include "idct.h"
6
7 extern unstuff_func_t* unstuff_choice;
8 extern idct_alloc_t* idct_choice_alloc;
9 extern idct_free_t* idct_choice_free;
10 extern idct_func_t* idct_choice;
11
12 void init_choices();
13
14 #endif /* !defined(_CHOICE_H) */