summaryrefslogtreecommitdiff
path: root/src/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell.h')
-rw-r--r--src/shell.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shell.h b/src/shell.h
new file mode 100644
index 0000000..c52e9fe
--- /dev/null
+++ b/src/shell.h
@@ -0,0 +1,6 @@
+#ifndef SHELL_H
+#define SHELL_H
+
+const char *display_shell();
+
+#endif