summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMichael Brown2010-11-21 17:39:36 +0100
committerMichael Brown2010-11-21 21:38:39 +0100
commit17b337d4a8ae0a355a8e61e967f5015907590e9e (patch)
treefce8671e09fb9dabfcf3b2d7e2556dbb3aa86fa6 /src/include/usr
parent[vlan] Use generic option-parsing library (diff)
downloadipxe-17b337d4a8ae0a355a8e61e967f5015907590e9e.tar.gz
ipxe-17b337d4a8ae0a355a8e61e967f5015907590e9e.tar.xz
ipxe-17b337d4a8ae0a355a8e61e967f5015907590e9e.zip
[autoboot] Use generic option-parsing library
Total saving: 32 bytes. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/autoboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/autoboot.h b/src/include/usr/autoboot.h
index 46e3b481..e9abf833 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 );