summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-08-29 23:22:06 +0000
committerTed Lemon <source@isc.org>1996-08-29 23:22:06 +0000
commit35d1d5cd7a2a77e679a5910090e1017683a77112 (patch)
treefcef195fbdf08f9b19010df6bf81dc5929a81f07 /includes/dhcpd.h
parent4ebc04aa4a38fa08c50925c2b02920f24aa9b65b (diff)
downloadisc-dhcp-35d1d5cd7a2a77e679a5910090e1017683a77112.tar.gz
Declare root_group external
Diffstat (limited to 'includes/dhcpd.h')
-rw-r--r--includes/dhcpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 2135447c..c4f4857f 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -275,7 +275,7 @@ int parse_warn PROTO ((char *, ...));
/* dhcpd.c */
extern TIME cur_time;
-struct group root_group;
+extern struct group root_group;
extern struct iaddr server_identifier;
extern int server_identifier_matched;