Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/netipsec/ipsec.h 106680 2002-11-08 23:37:50Z sam $ */
---
> /* $FreeBSD: head/sys/netipsec/ipsec.h 119643 2003-09-01 05:35:55Z sam $ */
73a74
> struct mtx lock;
110a112
> struct mtx lock; /* to interlock updates */
324a327,329
> extern struct ipsecrequest *ipsec_newisr(void);
> extern void ipsec_delisr(struct ipsecrequest *);
>