diff options
author | Michael Brown <mcb30@ipxe.org> | 2010-11-21 16:39:36 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2010-11-21 20:38:39 +0000 |
commit | 17b337d4a8ae0a355a8e61e967f5015907590e9e (patch) | |
tree | fce8671e09fb9dabfcf3b2d7e2556dbb3aa86fa6 /src/include/usr | |
parent | 2877af3ff585065a3b43630cbfd30ccd4f8d65c9 (diff) | |
download | ipxe-17b337d4a8ae0a355a8e61e967f5015907590e9e.zip ipxe-17b337d4a8ae0a355a8e61e967f5015907590e9e.tar.gz ipxe-17b337d4a8ae0a355a8e61e967f5015907590e9e.tar.bz2 |
[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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/autoboot.h b/src/include/usr/autoboot.h index 46e3b48..e9abf83 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 ); |