summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/shell.h2
1 files changed, 1 insertions, 1 deletions
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 */