summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2014-10-27 15:51:36 -0400
committerThomas Markwalder <tmark@isc.org>2014-10-27 15:51:36 -0400
commitd8d1ed6d94178dfe0cfaf03795348698311c59da (patch)
tree9ad956eaa517501bc21b8ce54b2c0f0f9e2309ba /includes
parent7683bb8c4f68ae0c40f250c933ba42df4f6159eb (diff)
downloadisc-dhcp-d8d1ed6d94178dfe0cfaf03795348698311c59da.tar.gz
[master] Add use-host-decl-names support to BOOTP
Merges in rt36233.
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index fed7b595..97b0951d 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -2010,7 +2010,8 @@ isc_result_t get_client_id(struct packet *, struct data_string *);
void dhcpv6(struct packet *);
/* bootp.c */
-void bootp (struct packet *);
+void bootp(struct packet *);
+void use_host_decl_name(struct packet *, struct lease* , struct option_state *);
/* memory.c */
extern int (*group_write_hook) (struct group_object *);