]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Prototype interface_setup ().
authorTed Lemon <source@isc.org>
Thu, 28 Dec 2000 23:21:35 +0000 (23:21 +0000)
committerTed Lemon <source@isc.org>
Thu, 28 Dec 2000 23:21:35 +0000 (23:21 +0000)
includes/dhcpd.h

index a6c3882c9f76a58e3275e3e6cff31c8458165e58..904d950b54000bd7f8d0f180e504570a50f0bda7 100644 (file)
@@ -1591,6 +1591,7 @@ extern struct interface_info *interfaces,
        *dummy_interfaces, *fallback_interface;
 extern struct protocol *protocols;
 extern int quiet_interface_discovery;
+isc_result_t interface_setup (void);
 
 extern struct in_addr limited_broadcast;
 extern struct in_addr local_address;