X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f555c163f90c9de17ebcef8313f86404c5174ca9..64e81f2917f6865dff8df96e18cec1b8bf2fa836:/bpf_dump.c diff --git a/bpf_dump.c b/bpf_dump.c index fb77942a..79ad5bb7 100644 --- a/bpf_dump.c +++ b/bpf_dump.c @@ -20,7 +20,11 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.9 1999-10-07 23:47:09 mcr Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.13 2000-12-09 02:58:45 fenner Exp $ (LBL)"; +#endif + +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include @@ -31,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) {