From: guy Date: Tue, 1 Jul 2008 07:06:37 +0000 (+0000) Subject: Get rid of declaration of non-existent routine. X-Git-Tag: libpcap-1.0.0~59 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/93e7c744cde0006e0f3d867895e63dadd15cf790 Get rid of declaration of non-existent routine. --- diff --git a/pcap-bt-linux.c b/pcap-bt-linux.c index a6e89c95..2c619ff9 100644 --- a/pcap-bt-linux.c +++ b/pcap-bt-linux.c @@ -33,7 +33,7 @@ */ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/pcap-bt-linux.c,v 1.9.2.5 2008-04-14 21:08:04 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/pcap-bt-linux.c,v 1.9.2.6 2008-07-01 07:06:37 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -70,7 +70,6 @@ static int bt_inject_linux(pcap_t *, const void *, size_t); static int bt_setfilter_linux(pcap_t *, struct bpf_program *); static int bt_setdirection_linux(pcap_t *, pcap_direction_t); static int bt_stats_linux(pcap_t *, struct pcap_stat *); -static void bt_close_linux(pcap_t *); int bt_platform_finddevs(pcap_if_t **alldevsp, char *err_str)