diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2009-07-21 14:48:09 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2009-07-21 14:48:09 +0000 |
commit | 206aeb963815511125a350a1016f72437298533d (patch) | |
tree | 905f20823f518853858b0fb963268e6da40adb40 /sys/net/pf_norm.c | |
parent | 3fe315909b86b43e972a2b0db9d2c62e2c77ec22 (diff) |
pf_scrub_ip/ip6 prototypes are already in pfvar.h
Diffstat (limited to 'sys/net/pf_norm.c')
-rw-r--r-- | sys/net/pf_norm.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/net/pf_norm.c b/sys/net/pf_norm.c index d111ed5ecb3..330ed24b6aa 100644 --- a/sys/net/pf_norm.c +++ b/sys/net/pf_norm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_norm.c,v 1.118 2009/06/25 09:30:28 sthen Exp $ */ +/* $OpenBSD: pf_norm.c,v 1.119 2009/07/21 14:48:08 henning Exp $ */ /* * Copyright 2001 Niels Provos <provos@citi.umich.edu> @@ -113,11 +113,6 @@ void pf_free_fragment(struct pf_fragment *); struct pf_fragment *pf_find_fragment(struct ip *, struct pf_frag_tree *); struct mbuf *pf_reassemble(struct mbuf **, struct pf_fragment **, struct pf_frent *, int); -void pf_scrub_ip(struct mbuf **, u_int16_t, u_int8_t, - u_int8_t); -#ifdef INET6 -void pf_scrub_ip6(struct mbuf **, u_int8_t); -#endif #define DPFPRINTF(x) do { \ if (pf_status.debug >= PF_DEBUG_MISC) { \ |