aboutsummaryrefslogtreecommitdiff
path: root/src/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm.h')
-rw-r--r--src/vm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vm.h b/src/vm.h
new file mode 100644
index 0000000..5e23c8b
--- /dev/null
+++ b/src/vm.h
@@ -0,0 +1,6 @@
+#ifndef _VM_H_
+#define _VM_H_
+
+void vm_run_file(const char *progname, const char *modname);
+
+#endif