From bb32b8999cf76e5dab057a058d465468afc7e4ce Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 21 Mar 2008 00:50:12 +0000 Subject: [DHCP] Kill off some no-longer-used DHCP functions --- src/include/gpxe/dhcp.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/include/gpxe') diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index 7a524773e..fe9c3e38f 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -517,10 +517,6 @@ dhcpopt_put ( struct dhcp_option_block *options ) { 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 ); -extern int dhcp_snprintf ( char *buf, size_t size, - struct dhcp_option *option ); extern struct dhcp_option * find_dhcp_option ( struct dhcp_option_block *options, unsigned int tag ); extern void register_dhcp_options ( struct dhcp_option_block *options ); @@ -531,14 +527,8 @@ extern struct dhcp_option_block * __malloc alloc_dhcp_options ( size_t max_len ) extern struct dhcp_option * set_dhcp_option ( struct dhcp_option_block *options, unsigned int tag, const void *data, size_t len ); -extern struct dhcp_option * find_global_dhcp_option ( unsigned int tag ); extern unsigned long find_dhcp_num_option ( struct dhcp_option_block *options, unsigned int tag ); -extern unsigned long find_global_dhcp_num_option ( unsigned int tag ); -extern void find_dhcp_ipv4_option ( struct dhcp_option_block *options, - unsigned int tag, struct in_addr *inp ); -extern void find_global_dhcp_ipv4_option ( unsigned int tag, - struct in_addr *inp ); extern void delete_dhcp_option ( struct dhcp_option_block *options, unsigned int tag ); -- cgit v1.2.3-55-g7522