diff options
Diffstat (limited to 'includes/dhcpd.h')
-rw-r--r-- | includes/dhcpd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h index a0cc560b..2f66d1c1 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -1384,6 +1384,8 @@ int parse_allow_deny PROTO ((struct option_cache **, struct parse *, int)); int parse_auth_key PROTO ((struct data_string *, struct parse *)); int parse_warn (struct parse *, const char *, ...) __attribute__((__format__(__printf__,2,3))); +struct expression *parse_domain_list (struct parse *cfile); + /* tree.c */ #if defined (NSUPDATE) |