From 1fcea25c429472adaf498bb8a10fbe67b31c10dc Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 28 Nov 2010 21:09:33 +0000 Subject: [shell] Add "shell" command The "shell" command allows a script to enter an interactive shell, which is potentially useful for troubleshooting. Signed-off-by: Michael Brown --- src/include/ipxe/shell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/ipxe/shell.h b/src/include/ipxe/shell.h index 635de248b..55e56346c 100644 --- a/src/include/ipxe/shell.h +++ b/src/include/ipxe/shell.h @@ -9,6 +9,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); -extern void shell ( void ); +extern int shell ( void ); #endif /* _IPXE_SHELL_H */ -- cgit v1.2.3-55-g7522