From fb809da2dfe9d715a02de7033ede46854d176c2e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 21 Nov 2007 04:48:18 +0000 Subject: Remove some assumptions about DHCP obtaining only a single options block. --- src/include/gpxe/dhcp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index b5923fd20..60d2ccff3 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -512,6 +512,8 @@ dhcpopt_put ( struct dhcp_option_block *options ) { ref_put ( &options->refcnt ); } +extern struct list_head dhcp_option_blocks; + extern unsigned long dhcp_num_option ( struct dhcp_option *option ); extern void dhcp_ipv4_option ( struct dhcp_option *option, struct in_addr *inp ); -- cgit v1.2.3-55-g7522