From b846c9d16f09078954e96a5b168ac5ad69356be8 Mon Sep 17 00:00:00 2001 From: assar Date: Sun, 18 Jun 2000 11:12:59 +0000 Subject: remove extra prototype (now in interface.h) --- bpf_dump.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bpf_dump.c') diff --git a/bpf_dump.c b/bpf_dump.c index d937cd36..893a5fcb 100644 --- a/bpf_dump.c +++ b/bpf_dump.c @@ -20,7 +20,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/bpf_dump.c,v 1.10 1999-11-21 09:36:44 fenner Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/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) { -- cgit v1.2.1