svn commit: r278834 - head/sys/net

Gleb Smirnoff glebius at FreeBSD.org
Mon Feb 16 06:02:47 UTC 2015


Author: glebius
Date: Mon Feb 16 06:02:46 2015
New Revision: 278834
URL: https://svnweb.freebsd.org/changeset/base/278834

Log:
  Missed from r278831.

Modified:
  head/sys/net/pfvar.h

Modified: head/sys/net/pfvar.h
==============================================================================
--- head/sys/net/pfvar.h	Mon Feb 16 06:00:43 2015	(r278833)
+++ head/sys/net/pfvar.h	Mon Feb 16 06:02:46 2015	(r278834)
@@ -1669,6 +1669,8 @@ int		 pfi_clear_flags(const char *, int)
 
 int		 pf_match_tag(struct mbuf *, struct pf_rule *, int *, int);
 int		 pf_tag_packet(struct mbuf *, struct pf_pdesc *, int);
+int		 pf_addr_cmp(struct pf_addr *, struct pf_addr *,
+		    sa_family_t);
 void		 pf_qid2qname(u_int32_t, char *);
 
 VNET_DECLARE(struct pf_kstatus, pf_status);


More information about the svn-src-all mailing list