]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add quiet_interface_discovery variable
authorTed Lemon <source@isc.org>
Mon, 20 Oct 1997 21:49:23 +0000 (21:49 +0000)
committerTed Lemon <source@isc.org>
Mon, 20 Oct 1997 21:49:23 +0000 (21:49 +0000)
includes/dhcpd.h

index 8c6946495cab3b64af429c02764dee3034046b77..b9433f651910c5793ed1755edbba81782c3db627 100644 (file)
@@ -728,6 +728,7 @@ ssize_t send_packet PROTO ((struct interface_info *,
 /* dispatch.c */
 extern struct interface_info *interfaces, *dummy_interfaces;
 extern struct protocol *protocols;
+extern int quiet_interface_discovery;
 extern void (*bootp_packet_handler) PROTO ((struct interface_info *,
                                     unsigned char *, int, unsigned short,
                                     struct iaddr, struct hardware *));