[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>
This commit is contained in:
Michael Brown
2013-11-04 23:07:06 +00:00
parent 452fb2d0a2
commit c99f9ee9df
2 changed files with 0 additions and 25 deletions

View File

@@ -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 */