VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / linux / vserver / network.h
index 086f566..a89265d 100644 (file)
@@ -41,7 +41,9 @@ struct nx_info {
 };
 
 
-extern void rcu_free_nx_info(void *);
+struct rcu_head;
+
+extern void rcu_free_nx_info(struct rcu_head *);
 extern void unhash_nx_info(struct nx_info *);
 
 extern struct nx_info *locate_nx_info(int);