diff options
Diffstat (limited to 'bin/sh/main.h')
-rw-r--r-- | bin/sh/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/main.h b/bin/sh/main.h index 6d4cc4a..3c48e33 100644 --- a/bin/sh/main.h +++ b/bin/sh/main.h @@ -38,4 +38,3 @@ extern int rootshell; /* true if we aren't a child of the main shell */ extern struct jmploc main_handler; /* top level exception handler */ void readcmdfile(const char *); -void cmdloop(int); |