diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-02 12:46:45 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-02 12:46:45 +0000 |
commit | 1e2f9f75f8131bfba8403f7d557dd4273ea61601 (patch) | |
tree | d408316ad5715b035583953f56f09306765efff0 /sbin/dhclient/dhcpd.h | |
parent | 3d6d923973022ed0a27aedab9f4be6a9a5f217ed (diff) |
our interface discovery is so quiet now (nonexistant) that we don't need a
quiet_interface_discovery flag any more
Diffstat (limited to 'sbin/dhclient/dhcpd.h')
-rw-r--r-- | sbin/dhclient/dhcpd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h index 4ac24a73852..964751ab300 100644 --- a/sbin/dhclient/dhcpd.h +++ b/sbin/dhclient/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.20 2004/03/02 12:40:31 henning Exp $ */ +/* $OpenBSD: dhcpd.h,v 1.21 2004/03/02 12:46:44 henning Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -322,7 +322,6 @@ ssize_t receive_packet(struct interface_info *, unsigned char *, size_t, extern struct interface_info *interfaces, *dummy_interfaces, *fallback_interface; extern struct protocol *protocols; -extern int quiet_interface_discovery; extern void (*bootp_packet_handler)(struct interface_info *, struct dhcp_packet *, int, unsigned int, struct iaddr, struct hardware *); extern struct timeout *timeouts; |