summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-05-02 06:48:42 +0000
committerTed Lemon <source@isc.org>2001-05-02 06:48:42 +0000
commit96c823d5e8f516b191f1d40003b3f18f471f8ab2 (patch)
tree63010aabb505acc2b5ee2d14fe74f7282cf346a4 /includes
parentf27f6d6c5a7b9893f86b4ff86175313ffe7d4738 (diff)
downloadisc-dhcp-96c823d5e8f516b191f1d40003b3f18f471f8ab2.tar.gz
Add line-oriented argument to new_parse().
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 1dfd6c62..231c3644 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -1081,7 +1081,7 @@ int dhcpd_interface_setup_hook (struct interface_info *ip, struct iaddr *ia);
/* conflex.c */
isc_result_t new_parse PROTO ((struct parse **, int,
- char *, unsigned, const char *));
+ char *, unsigned, const char *, int));
isc_result_t end_parse PROTO ((struct parse **));
enum dhcp_token next_token PROTO ((const char **, unsigned *, struct parse *));
enum dhcp_token peek_token PROTO ((const char **, unsigned *, struct parse *));