]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add tlname variable so errwarn.c doesn't bring in parser
authorTed Lemon <source@isc.org>
Thu, 23 May 1996 22:20:59 +0000 (22:20 +0000)
committerTed Lemon <source@isc.org>
Thu, 23 May 1996 22:20:59 +0000 (22:20 +0000)
client/dhclient.c
dhclient.c

index 7b80f510c67f7308f72ec771f260d4e458a662a0..d2f3da0adcf17f86bebe9306719bcd497059ee83 100644 (file)
@@ -63,6 +63,7 @@ u_int16_t server_port;
 int log_priority;
 
 int tline, tlpos;
+char *tlname;
 
 static void usage PROTO ((void));
 
index 7b80f510c67f7308f72ec771f260d4e458a662a0..d2f3da0adcf17f86bebe9306719bcd497059ee83 100644 (file)
@@ -63,6 +63,7 @@ u_int16_t server_port;
 int log_priority;
 
 int tline, tlpos;
+char *tlname;
 
 static void usage PROTO ((void));