From c99f9ee9dfbff6dad087693ae253cebb1776ec03 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 4 Nov 2013 23:07:06 +0000 Subject: [dhcp] Remove obsolete dhcp() function All functionality provided by dhcp() has now been obviated by the more generic ifconf(). Signed-off-by: Michael Brown --- src/include/usr/dhcpmgmt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/usr') diff --git a/src/include/usr/dhcpmgmt.h b/src/include/usr/dhcpmgmt.h index 2394dac42..af1eceb17 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 */ -- cgit v1.2.3-55-g7522