summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2014-11-19 10:56:17 -0500
committerThomas Markwalder <tmark@isc.org>2014-11-19 10:56:17 -0500
commitd9b2a590e835ec9d27f4c059ee07893b1acca110 (patch)
tree538d4aa08c64eb745c9d392f42f457b17700ba1e /includes
parent21d3034757a2e33cfea31f93b8585b20e8a22bbe (diff)
downloadisc-dhcp-d9b2a590e835ec9d27f4c059ee07893b1acca110.tar.gz
[master] Host declaration name can now be used in DNS forward name
Merges in rt21323.
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 9ad641be..edc9b89e 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -2384,6 +2384,8 @@ int option_state_reference (struct option_state **,
struct option_state *, const char *, int);
int option_state_dereference (struct option_state **,
const char *, int);
+int data_string_new(struct data_string *, const char *, unsigned int,
+ const char *, int);
void data_string_copy(struct data_string *, const struct data_string *,
const char *, int);
void data_string_forget (struct data_string *, const char *, int);