mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user