]> git.sesse.net Git - fjl/blobdiff - choice.h
Add optional padding data at the end to the bit source (is that the right place?...
[fjl] / choice.h
index 29467c47299cdff63ee36d995e82b1a85661ba0b..d658dc8d1b793eea8f72dd2939677b79f6b8772f 100644 (file)
--- 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();