Author: ae
Date: Thu Nov 27 00:27:39 2014
New Revision: 275159
URL: https://svnweb.freebsd.org/changeset/base/275159

Log:
  Remove ip4_input() declaration. It was removed in r275133.
  
  MFC after:    1 month

Modified:
  head/sys/netipsec/xform.h

Modified: head/sys/netipsec/xform.h
==============================================================================
--- head/sys/netipsec/xform.h   Thu Nov 27 00:10:59 2014        (r275158)
+++ head/sys/netipsec/xform.h   Thu Nov 27 00:27:39 2014        (r275159)
@@ -109,7 +109,6 @@ extern int xform_init(struct secasvar *s
 struct cryptoini;
 
 /* XF_IP4 */
-extern int ip4_input(struct mbuf **, int *, int);
 extern int ipip_output(struct mbuf *, struct ipsecrequest *,
                        struct mbuf **, int, int);
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to