From: assar Date: Sun, 18 Jun 2000 11:12:59 +0000 (+0000) Subject: remove extra prototype (now in interface.h) X-Git-Tag: tcpdump-3.5.1~255 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/38a55e823f75cb6f77088592b27d19dd83f4e12d remove extra prototype (now in interface.h) --- diff --git a/bpf_dump.c b/bpf_dump.c index 511b14e3..d928161e 100644 --- a/bpf_dump.c +++ b/bpf_dump.c @@ -20,7 +20,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.10 1999-11-21 09:36:44 fenner Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.11 2000-06-18 11:12:59 assar Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -35,8 +35,6 @@ static const char rcsid[] = #include "interface.h" -extern void bpf_dump(struct bpf_program *, int); - void bpf_dump(struct bpf_program *p, int option) {