X-Git-Url: http://git.etherboot.org/people/sha0/gpxe.git/blobdiff_plain/311637503dfa7b196484b158beb675976a6d3304..934b70d62c7cd9835b2b8682f665277e1e1259e1:/src/include/gpxe/dhcp.h?ds=sidebyside diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index caac9144..7e5eb3c9 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -504,6 +504,7 @@ extern void find_global_dhcp_ipv4_option ( unsigned int tag, extern void delete_dhcp_option ( struct dhcp_option_block *options, unsigned int tag ); extern int apply_dhcp_options ( struct dhcp_option_block *options ); +extern int apply_global_dhcp_options ( void ); extern struct dhcp_option_block dhcp_request_options; extern int create_dhcp_packet ( struct net_device *netdev, uint8_t msgtype,