diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/dhcp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index 1f6874251..634e47c7b 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -513,6 +513,9 @@ extern int create_dhcp_packet ( struct net_device *netdev, uint8_t msgtype, extern int copy_dhcp_packet_options ( struct dhcp_packet *dhcppkt, struct dhcp_option_block *options ); extern int start_dhcp ( struct job_interface *job, struct net_device *netdev, - int (*register_options) ( struct dhcp_option_block * )); + 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 */ |
