diff options
| author | Michael Brown | 2008-03-21 01:01:27 +0100 |
|---|---|---|
| committer | Michael Brown | 2008-03-21 01:01:27 +0100 |
| commit | aec9b8a41b6cad1b257c4e3a7f043f35871aafd0 (patch) | |
| tree | d75b982ed496f3f5142f5b6c02fcbd3cea868f6e /src/include/gpxe/dhcp.h | |
| parent | [Settings] Convert code in src/usr to use settings API. (diff) | |
| download | ipxe-aec9b8a41b6cad1b257c4e3a7f043f35871aafd0.tar.gz ipxe-aec9b8a41b6cad1b257c4e3a7f043f35871aafd0.tar.xz ipxe-aec9b8a41b6cad1b257c4e3a7f043f35871aafd0.zip | |
[Settings] Use a settings applicator to configure IPv4 routes.
Diffstat (limited to 'src/include/gpxe/dhcp.h')
| -rw-r--r-- | src/include/gpxe/dhcp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index a8fa811f7..de10cc980 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -557,7 +557,4 @@ extern int create_dhcp_response ( struct net_device *netdev, int msgtype, extern int start_dhcp ( struct job_interface *job, struct net_device *netdev, int (*register_options) ( struct net_device *, struct dhcp_option_block * )); -extern int dhcp_configure_netdev ( struct net_device *netdev, - struct dhcp_option_block *options ); - #endif /* _GPXE_DHCP_H */ |
