dect
/
libpcap
Archived
13
0
Fork 0

remove extra prototype (now in interface.h)

This commit is contained in:
assar 2000-06-18 11:12:59 +00:00
parent 106dac54fb
commit b846c9d16f
1 changed files with 1 additions and 3 deletions

View File

@ -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)
{