diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-07-09 14:29:46 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-07-09 14:29:46 +0000 |
| commit | c6e8c3576e9517a4174b812946118e4275f32636 (patch) | |
| tree | ebc6ee77d76238d51062644bc81b80bc531bcc11 /sys/netinet/ip_fw.h | |
| parent | 2c413cbe50c9889d99d5d14564387b9e4396ccda (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_fw.h')
| -rw-r--r-- | sys/netinet/ip_fw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h index 47e5131eed2f..ca77905339b7 100644 --- a/sys/netinet/ip_fw.h +++ b/sys/netinet/ip_fw.h @@ -126,7 +126,7 @@ extern struct ip_fw *ip_acct_chain; /* * Function pointers. */ -extern int (*ip_fw_chk_ptr)(struct ip *,struct ifnet *,struct ip_fw *); +extern int (*ip_fw_chk_ptr)(struct mbuf *, struct ip *,struct ifnet *,struct ip_fw *); extern int (*ip_fw_ctl_ptr)(int,struct mbuf *); extern void (*ip_acct_cnt_ptr)(struct ip *,struct ifnet *,struct ip_fw *,int); @@ -135,7 +135,7 @@ extern int (*ip_acct_ctl_ptr)(int,struct mbuf *); /* * Function definitions. */ -int ip_fw_chk(struct ip *,struct ifnet *,struct ip_fw *); +int ip_fw_chk(struct mbuf *, struct ip *,struct ifnet *,struct ip_fw *); int ip_fw_ctl(int,struct mbuf *); void ip_acct_cnt(struct ip *,struct ifnet *,struct ip_fw *,int); |
