From f01e8a0e88dca1a67b0628b3d6b9cb8935080bd4 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Tue, 6 Jul 1999 17:05:57 +0000 Subject: [PATCH] Declare limited_broadcast global. --- includes/dhcpd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/dhcpd.h b/includes/dhcpd.h index ebb19ccb2..8fc0d11a0 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -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; -- 2.47.3