xfrm: change secpath_set to return secpath struct, not error value
[linux-2.6-block.git] / include / net / xfrm.h
index 0a8d70d1691886e7ace4747c739cb8d66db48638..62ca62177bc63c71ea28d6fc2f7717773a70cc80 100644 (file)
@@ -1131,7 +1131,7 @@ secpath_put(struct sec_path *sp)
 }
 
 struct sec_path *secpath_dup(struct sec_path *src);
-int secpath_set(struct sk_buff *skb);
+struct sec_path *secpath_set(struct sk_buff *skb);
 
 static inline void
 secpath_reset(struct sk_buff *skb)