]> git.sesse.net Git - fjl/blob - choice.h
29467c47299cdff63ee36d995e82b1a85661ba0b
[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) */