From: Ted Lemon Date: Thu, 28 Dec 2000 23:21:35 +0000 (+0000) Subject: Prototype interface_setup (). X-Git-Tag: V3-BETA-2-PATCH-12~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bed305da35bee7e9cb2bca28a656df6f5f3bb75;p=thirdparty%2Fdhcp.git Prototype interface_setup (). --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index a6c3882c9..904d950b5 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -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;