2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Prototype interface_setup ().

This commit is contained in:
Ted Lemon
2000-12-28 23:21:35 +00:00
parent 3fdb840514
commit 8bed305da3

View File

@@ -1591,6 +1591,7 @@ extern struct interface_info *interfaces,
*dummy_interfaces, *fallback_interface; *dummy_interfaces, *fallback_interface;
extern struct protocol *protocols; extern struct protocol *protocols;
extern int quiet_interface_discovery; extern int quiet_interface_discovery;
isc_result_t interface_setup (void);
extern struct in_addr limited_broadcast; extern struct in_addr limited_broadcast;
extern struct in_addr local_address; extern struct in_addr local_address;