summaryrefslogtreecommitdiff
path: root/kern/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/shell.h')
-rw-r--r--kern/shell.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/kern/shell.h b/kern/shell.h
index bde2a341..c01c719d 100644
--- a/kern/shell.h
+++ b/kern/shell.h
@@ -115,13 +115,6 @@ void shell_init(struct shell *shell, struct shell_cmd_set *cmd_set,
void *io_object);
/*
- * Run the shell.
- *
- * This function doesn't return.
- */
-void shell_run(struct shell *shell);
-
-/*
* Obtain the command set associated with a shell.
*/
struct shell_cmd_set * shell_get_cmd_set(struct shell *shell);
@@ -141,6 +134,5 @@ void shell_vprintf(struct shell *shell, const char *format, va_list ap)
INIT_OP_DECLARE(shell_setup);
struct shell_cmd_set * shell_get_main_cmd_set(void);
-void shell_start(void);
#endif /* KERN_SHELL_H */