Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/netipsec/ipsec.h 262489 2014-02-25 18:44:33Z jhb $ */
---
> /* $FreeBSD: head/sys/netipsec/ipsec.h 269699 2014-08-08 01:57:15Z kevlo $ */
357c357
< extern void ah4_input(struct mbuf *m, int off);
---
> extern int ah4_input(struct mbuf **mp, int *offp, int proto);
359c359
< extern void esp4_input(struct mbuf *m, int off);
---
> extern int esp4_input(struct mbuf **mp, int *offp, int proto);
361c361
< extern void ipcomp4_input(struct mbuf *m, int off);
---
> extern int ipcomp4_input(struct mbuf **mp, int *offp, int proto);