Deleted Added
full compact
1c1
< /* $FreeBSD: stable/11/contrib/ipfilter/bpf-ipf.h 145519 2005-04-25 18:20:15Z darrenr $ */
---
> /* $FreeBSD: stable/11/contrib/ipfilter/bpf-ipf.h 369186 2021-01-31 04:32:46Z cy $ */
423d422
< # if __STDC__
428,433d426
< # else
< extern void bpf_tap();
< extern void bpf_mtap();
< extern void bpfattach();
< extern void bpfilterattach();
< # endif /* __STDC__ */
435d427
< #if __STDC__ || defined(__cplusplus)
438,441d429
< #else
< extern int bpf_validate();
< extern u_int bpf_filter();
< #endif