diff options
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r-- | include/net/xfrm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index a159655ebede..aaa0f5f330e2 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -679,7 +679,7 @@ static inline int xfrm_sk_clone_policy(struct sock *sk) | |||
679 | return 0; | 679 | return 0; |
680 | } | 680 | } |
681 | 681 | ||
682 | extern void xfrm_policy_delete(struct xfrm_policy *pol, int dir); | 682 | extern int xfrm_policy_delete(struct xfrm_policy *pol, int dir); |
683 | 683 | ||
684 | static inline void xfrm_sk_free_policy(struct sock *sk) | 684 | static inline void xfrm_sk_free_policy(struct sock *sk) |
685 | { | 685 | { |