bpf_filter() and bpf_validate() can't live here if they already live in

bpf.h
This commit is contained in:
Rui Paulo 2009-03-22 00:47:41 +00:00
parent 34f27ade44
commit 1d111e6dfe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190234

View File

@ -336,8 +336,8 @@ void pcap_freealldevs(pcap_if_t *);
const char *pcap_lib_version(void);
/* XXX this guy lives in the bpf tree */
u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
int bpf_validate(const struct bpf_insn *f, int len);
/* u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
int bpf_validate(const struct bpf_insn *f, int len); */
char *bpf_image(const struct bpf_insn *, int);
void bpf_dump(const struct bpf_program *, int);