summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/dhcpopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/dhcpopts.h')
-rw-r--r--src/include/ipxe/dhcpopts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/dhcpopts.h b/src/include/ipxe/dhcpopts.h
index 8fb3d2d79..c5af5d749 100644
--- a/src/include/ipxe/dhcpopts.h
+++ b/src/include/ipxe/dhcpopts.h
@@ -28,6 +28,7 @@ struct dhcp_options {
int ( * realloc ) ( struct dhcp_options *options, size_t len );
};
+extern int dhcpopt_applies ( unsigned int tag );
extern int dhcpopt_store ( struct dhcp_options *options, unsigned int tag,
const void *data, size_t len );
extern int dhcpopt_fetch ( struct dhcp_options *options, unsigned int tag,