From 17b337d4a8ae0a355a8e61e967f5015907590e9e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 21 Nov 2010 16:39:36 +0000 Subject: [autoboot] Use generic option-parsing library Total saving: 32 bytes. Signed-off-by: Michael Brown --- src/include/usr/autoboot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/usr/autoboot.h b/src/include/usr/autoboot.h index 46e3b4816..e9abf833f 100644 --- a/src/include/usr/autoboot.h +++ b/src/include/usr/autoboot.h @@ -15,7 +15,7 @@ struct net_device; extern int shutdown_exit_flags; extern int netboot ( struct net_device *netdev ); -extern void autoboot ( void ); +extern int autoboot ( void ); extern int boot_next_server_and_filename ( struct in_addr next_server, const char *filename ); extern int boot_root_path ( const char *root_path ); -- cgit v1.2.3-55-g7522