X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fnet%2Fxfrm.h;h=a9d0d8c5dfbffa04c1ca67ccb35e464940301833;hb=b129a8ccd53f74c43e4c83c8e0031a4990040830;hp=029522a4cedab6c3f5ef61f56ce61cb5fe4714e4;hpb=d094cd83c06e06e01d8edb540555f3f64e4081c2;p=powerpc.git diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 029522a4ce..a9d0d8c5df 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);