aboutsummaryrefslogtreecommitdiff
path: root/interfaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces.h')
-rw-r--r--interfaces.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/interfaces.h b/interfaces.h
new file mode 100644
index 00000000..47dc4790
--- /dev/null
+++ b/interfaces.h
@@ -0,0 +1,10 @@
+#pragma once
+
+// Compilation of user-defined interfaces
+
+#include "ast.h"
+#include "environment.h"
+
+void compile_interface_def(env_t *env, ast_t *ast);
+
+// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0