X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fnet%2Fxfrm.h;h=a9d0d8c5dfbffa04c1ca67ccb35e464940301833;hb=ed735ccbefaf7e5e3ef61418f7e209b8c59308a7;hp=029522a4cedab6c3f5ef61f56ce61cb5fe4714e4;hpb=7ca6448dbfb398bba36eda3c01bc14b86c3675be;p=~andy%2Flinux diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 029522a4ced..a9d0d8c5dfb 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h @@ -803,7 +803,7 @@ struct xfrm_algo_desc { /* XFRM tunnel handlers. */ struct xfrm_tunnel { int (*handler)(struct sk_buff *skb); - void (*err_handler)(struct sk_buff *skb, void *info); + void (*err_handler)(struct sk_buff *skb, __u32 info); }; struct xfrm6_tunnel { @@ -818,7 +818,6 @@ extern void xfrm6_init(void); extern void xfrm6_fini(void); extern void xfrm_state_init(void); extern void xfrm4_state_init(void); -extern void xfrm4_state_fini(void); extern void xfrm6_state_init(void); extern void xfrm6_state_fini(void);