]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Declare limited_broadcast global.
authorTed Lemon <source@isc.org>
Tue, 6 Jul 1999 17:05:57 +0000 (17:05 +0000)
committerTed Lemon <source@isc.org>
Tue, 6 Jul 1999 17:05:57 +0000 (17:05 +0000)
includes/dhcpd.h

index ebb19ccb21065c6fbe04ca992f640add9bad979b..8fc0d11a058b42445d2f256e6daeeea49f3d5bc3 100644 (file)
@@ -836,6 +836,7 @@ int parse_warn PROTO ((char *, ...));
 /* dhcpd.c */
 extern TIME cur_time;
 extern struct group root_group;
+extern struct in_addr limited_broadcast;
 
 extern u_int16_t local_port;
 extern u_int16_t remote_port;