X-Git-Url: https://git.sesse.net/?p=fjl;a=blobdiff_plain;f=choice.h;h=d658dc8d1b793eea8f72dd2939677b79f6b8772f;hp=29467c47299cdff63ee36d995e82b1a85661ba0b;hb=HEAD;hpb=6d281fa9f39dd23ee8ee432cd35927b085303aa1 diff --git a/choice.h b/choice.h index 29467c4..d658dc8 100644 --- a/choice.h +++ b/choice.h @@ -2,8 +2,12 @@ #define _CHOICE_H #include "unstuff.h" +#include "idct.h" extern unstuff_func_t* unstuff_choice; +extern idct_alloc_t* idct_choice_alloc; +extern idct_free_t* idct_choice_free; +extern idct_func_t* idct_choice; void init_choices();