aboutsummaryrefslogtreecommitdiff
path: root/include/repl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/repl.h')
-rw-r--r--include/repl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/repl.h b/include/repl.h
new file mode 100644
index 0000000..f7aeafc
--- /dev/null
+++ b/include/repl.h
@@ -0,0 +1,8 @@
+#ifndef CMONKEY_REPL_H
+#define CMONKEY_REPL_H
+
+#include <stdio.h>
+
+void repl_start(FILE *in, FILE *out);
+
+#endif