summaryrefslogtreecommitdiff
path: root/stage3/shell.h
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2023-12-19 02:17:26 +0100
committerLizzy Fleckenstein <lizzy@vlhl.dev>2023-12-19 02:17:26 +0100
commit5d4670ce3e2f075eca07fc6ba8a2065db0e56df3 (patch)
tree39f6b8309c5a6ab72dee12939bc921e633b72b38 /stage3/shell.h
parent1e8c290a9937fb74ff7ec2b7ea288b2626ceba3c (diff)
downloadcuddles-5d4670ce3e2f075eca07fc6ba8a2065db0e56df3.tar.xz
remove shell_run_file
Diffstat (limited to 'stage3/shell.h')
-rw-r--r--stage3/shell.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stage3/shell.h b/stage3/shell.h
index 2336d21..d8d2450 100644
--- a/stage3/shell.h
+++ b/stage3/shell.h
@@ -4,6 +4,5 @@
#include "def.h"
void shell_run_cmd(str arg);
-void shell_run_file(str arg);
#endif