diff options
author | Michael Brown | 2013-11-05 00:07:06 +0100 |
---|---|---|
committer | Michael Brown | 2013-11-05 18:42:55 +0100 |
commit | c99f9ee9dfbff6dad087693ae253cebb1776ec03 (patch) | |
tree | 4b0a6c84298fd7eb3023059cdf06dea7eb44d461 /src/include/usr | |
parent | [cmdline] Make "dhcp" command a synonym for "ifconf" (diff) | |
download | ipxe-c99f9ee9dfbff6dad087693ae253cebb1776ec03.tar.gz ipxe-c99f9ee9dfbff6dad087693ae253cebb1776ec03.tar.xz ipxe-c99f9ee9dfbff6dad087693ae253cebb1776ec03.zip |
[dhcp] Remove obsolete dhcp() function
All functionality provided by dhcp() has now been obviated by the more
generic ifconf().
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/usr')
-rw-r--r-- | src/include/usr/dhcpmgmt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/usr/dhcpmgmt.h b/src/include/usr/dhcpmgmt.h index 2394dac4..af1eceb1 100644 --- a/src/include/usr/dhcpmgmt.h +++ b/src/include/usr/dhcpmgmt.h @@ -11,7 +11,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); struct net_device; -extern int dhcp ( struct net_device *netdev ); extern int pxebs ( struct net_device *netdev, unsigned int pxe_type ); #endif /* _USR_DHCPMGMT_H */ |