]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Prototype new_shared_network_interface.
authorTed Lemon <source@isc.org>
Sun, 24 Oct 1999 17:18:17 +0000 (17:18 +0000)
committerTed Lemon <source@isc.org>
Sun, 24 Oct 1999 17:18:17 +0000 (17:18 +0000)
includes/dhcpd.h

index 495016cc59dd89e081fb12f083f7343e0ed3d3e4..d9584805a4fb8223c4825d337b77f78948b97732 100644 (file)
@@ -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 *));