summaryrefslogtreecommitdiff
path: root/im.h
diff options
context:
space:
mode:
Diffstat (limited to 'im.h')
-rw-r--r--im.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/im.h b/im.h
new file mode 100644
index 0000000..2579a42
--- /dev/null
+++ b/im.h
@@ -0,0 +1,9 @@
+#ifndef IM_H
+#define IM_H
+
+#include "lex.h"
+#include "prv.h"
+
+int im(const struct lex *l, struct prv *p);
+
+#endif