diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-18 16:03:26 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-18 16:03:26 +0000 |
commit | a1d302246d13030257671ec81852aefaf05c410f (patch) | |
tree | 41a82bbe8d6dee1a82ec94273a0d7780e80ccf38 /sys | |
parent | 07ef69607431450f6a47d882b8cffcedc03b9af3 (diff) |
KNF
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/pf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c index 3000943ff82..deac8f0976a 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.272 2002/12/18 14:41:37 mcbride Exp $ */ +/* $OpenBSD: pf.c,v 1.273 2002/12/18 16:03:25 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -174,7 +174,7 @@ void pf_send_reset(int, struct tcphdr *, struct pf_rule *); void pf_send_icmp(struct mbuf *, u_int8_t, u_int8_t, sa_family_t, struct pf_rule *); -struct pf_rule *pf_match_translation(int, struct ifnet *, u_int8_t, +struct pf_rule *pf_match_translation(int, struct ifnet *, u_int8_t, struct pf_addr *, u_int16_t, struct pf_addr *, u_int16_t, sa_family_t, int); struct pf_rule *pf_get_translation(int, struct ifnet *, u_int8_t, |