From: Ted Lemon Date: Sun, 24 Oct 1999 17:18:17 +0000 (+0000) Subject: Prototype new_shared_network_interface. X-Git-Tag: BCTEL_SPECIAL_19991124~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70984280a906868e1e06b53fea921a886e669a36;p=thirdparty%2Fdhcp.git Prototype new_shared_network_interface. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 495016cc5..d9584805a 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -1826,6 +1826,9 @@ extern struct subnet *find_grouped_subnet PROTO ((struct shared_network *, struct iaddr)); extern struct subnet *find_subnet PROTO ((struct iaddr)); void enter_shared_network PROTO ((struct shared_network *)); +void new_shared_network_interface PROTO ((struct parse *, + struct shared_network *, + const char *)); int subnet_inner_than PROTO ((struct subnet *, struct subnet *, int)); void enter_subnet PROTO ((struct subnet *)); void enter_lease PROTO ((struct lease *));