Commit a miss from r278843.

Pointy hat to:	glebius
This commit is contained in:
Gleb Smirnoff 2015-02-16 18:33:33 +00:00
parent 936bdf364d
commit f0b0fe5b45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278859

View File

@ -1589,6 +1589,7 @@ int pf_match_addr_range(struct pf_addr *, struct pf_addr *,
int pf_match_port(u_int8_t, u_int16_t, u_int16_t, u_int16_t);
void pf_normalize_init(void);
int pf_refragment6(struct ifnet *, struct mbuf **, struct m_tag *mtag);
void pf_normalize_cleanup(void);
int pf_normalize_ip(struct mbuf **, int, struct pfi_kif *, u_short *,
struct pf_pdesc *);