Remove ip4_input() declaration. It was removed in r275133.

MFC after:	1 month
This commit is contained in:
Andrey V. Elsukov 2014-11-27 00:27:39 +00:00
parent e6f46a8880
commit ffbf9cdeb6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275159

View File

@ -109,7 +109,6 @@ extern int xform_init(struct secasvar *sav, int xftype);
struct cryptoini;
/* XF_IP4 */
extern int ip4_input(struct mbuf **, int *, int);
extern int ipip_output(struct mbuf *, struct ipsecrequest *,
struct mbuf **, int, int);