diff options
Diffstat (limited to 'sys/netipsec/xform.h')
| -rw-r--r-- | sys/netipsec/xform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/xform.h b/sys/netipsec/xform.h index 65a08edb2537..58509c5304b8 100644 --- a/sys/netipsec/xform.h +++ b/sys/netipsec/xform.h @@ -105,7 +105,7 @@ struct cryptoini; /* XF_IP4 */ extern int ip4_input6(struct mbuf **m, int *offp, int proto); -extern void ip4_input(struct mbuf *m, ...); +extern void ip4_input(struct mbuf *m, int); extern int ipip_output(struct mbuf *, struct ipsecrequest *, struct mbuf **, int, int); |
