]> git.sesse.net Git - fjl/blobdiff - choice.h
Initialize a very crude framework for choosing the right functions at
[fjl] / choice.h
diff --git a/choice.h b/choice.h
new file mode 100644 (file)
index 0000000..29467c4
--- /dev/null
+++ b/choice.h
@@ -0,0 +1,10 @@
+#ifndef _CHOICE_H
+#define _CHOICE_H
+
+#include "unstuff.h"
+
+extern unstuff_func_t* unstuff_choice;
+
+void init_choices();
+
+#endif /* !defined(_CHOICE_H) */