summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-05-23 22:21:12 +0000
committerTed Lemon <source@isc.org>1996-05-23 22:21:12 +0000
commitee9d710a5a699dc7dc9febfa3f4ca883380ae4f2 (patch)
tree95c5646ed970deb687de99ca8a5a0981eb541ebe /includes
parent6638ee576bde5ca0d478a91d5c47bc160603ee1c (diff)
downloadisc-dhcp-ee9d710a5a699dc7dc9febfa3f4ca883380ae4f2.tar.gz
Add tlname variable to store pointer to name of file being parsed
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 7545a6e2..9c586030 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -266,6 +266,8 @@ int main PROTO ((int, char **, char **));
void cleanup PROTO ((void));
/* conflex.c */
+extern int tline, tlpos;
+extern char *tlname;
int next_token PROTO ((char **, FILE *));
int peek_token PROTO ((char **, FILE *));