summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/dhcpd.h')
-rw-r--r--includes/dhcpd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index a16b80db..ef42f21d 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -3169,10 +3169,10 @@ int inet_aton (const char *, struct in_addr *);
/* class.c */
extern int have_billing_classes;
-struct class unknown_class;
-struct class known_class;
-struct collection default_collection;
-struct collection *collections;
+extern struct class unknown_class;
+extern struct class known_class;
+extern struct collection default_collection;
+extern struct collection *collections;
extern struct executable_statement *default_classification_rules;
void classification_setup (void);