summaryrefslogtreecommitdiff
path: root/src/shell.h
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-21 21:34:05 +0900
committer諏訪子 <suwako@076.moe>2024-06-21 21:34:05 +0900
commit0556b433bf6f58d837dae4b74ddea25260ca64c8 (patch)
treec5fe19242fe0c4d70484dbdd159ef9faaefbc852 /src/shell.h
parent1b4a5a6bc4712468b4b5bfedc584f0e03728fe11 (diff)
シェル情報の追加
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