summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2008-03-21 01:26:29 +0100
committerMichael Brown2008-03-21 01:26:29 +0100
commit1edbcd4246c3de183b1d34ebbc12f4ed19d11aa8 (patch)
treede3f0f0db387796598f2120a8fe5e339e5316f5b /src/include
parent[Misc] Kill off long-redundant tests/dhcptest.c (diff)
downloadipxe-1edbcd4246c3de183b1d34ebbc12f4ed19d11aa8.tar.gz
ipxe-1edbcd4246c3de183b1d34ebbc12f4ed19d11aa8.tar.xz
ipxe-1edbcd4246c3de183b1d34ebbc12f4ed19d11aa8.zip
[Settings] Use a settings applicator to set the default TFTP URI.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/dhcp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h
index de10cc98..7a524773 100644
--- a/src/include/gpxe/dhcp.h
+++ b/src/include/gpxe/dhcp.h
@@ -542,9 +542,6 @@ 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 int create_dhcp_request ( struct net_device *netdev, int msgtype,
struct dhcp_option_block *options,
void *data, size_t max_len,