]> git.sesse.net Git - fjl/blob - choice.h
Argh, fix issue with double-pointers vs. multidimensional arrays.
[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) */