summaryrefslogtreecommitdiff
path: root/src/repl/repl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/repl/repl.h')
-rw-r--r--src/repl/repl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/repl/repl.h b/src/repl/repl.h
new file mode 100644
index 0000000..f467b78
--- /dev/null
+++ b/src/repl/repl.h
@@ -0,0 +1,7 @@
+
+#ifndef REPL_H
+#define REPL_H
+
+void run_repl(const char *self_path);
+
+#endif