Author: glebius
Date: Mon Feb 16 18:33:33 2015
New Revision: 278859
URL: https://svnweb.freebsd.org/changeset/base/278859

Log:
  Commit a miss from r278843.
  
  Pointy hat to:        glebius

Modified:
  head/sys/net/pfvar.h

Modified: head/sys/net/pfvar.h
==============================================================================
--- head/sys/net/pfvar.h        Mon Feb 16 18:06:24 2015        (r278858)
+++ head/sys/net/pfvar.h        Mon Feb 16 18:33:33 2015        (r278859)
@@ -1589,6 +1589,7 @@ int       pf_match_addr_range(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 *);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to