summaryrefslogtreecommitdiff
path: root/src/user/highway/line.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/highway/line.h')
-rw-r--r--src/user/highway/line.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/user/highway/line.h b/src/user/highway/line.h
new file mode 100644
index 0000000..4785034
--- /dev/null
+++ b/src/user/highway/line.h
@@ -0,0 +1,6 @@
+#ifndef LINE_H
+#define LINE_H
+
+void run_line(const char *line);
+
+#endif \ No newline at end of file