summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2008-03-21 01:50:12 +0100
committerMichael Brown2008-03-21 01:50:12 +0100
commitbb32b8999cf76e5dab057a058d465468afc7e4ce (patch)
treefb63f6ce21bc7f0dda58aff90d761db2a4f1582b /src/include
parent[Settings] Use a settings applicator in ibft.c (diff)
downloadipxe-bb32b8999cf76e5dab057a058d465468afc7e4ce.tar.gz
ipxe-bb32b8999cf76e5dab057a058d465468afc7e4ce.tar.xz
ipxe-bb32b8999cf76e5dab057a058d465468afc7e4ce.zip
[DHCP] Kill off some no-longer-used DHCP functions
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/dhcp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h
index 7a524773..fe9c3e38 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 );