backing out to version 208 of util-vserver
[util-vserver.git] / kernel / legacy.h
index a987121..f058983 100644 (file)
@@ -3,7 +3,6 @@
 
 #include "switch.h"
 
-
 /*  compatibiliy vserver commands */
 
 #define VCMD_new_s_context     VC_CMD(COMPAT, 1, 1)
@@ -41,4 +40,9 @@ struct        vcmd_set_ipv4root_v3 {
 #define VX_INFO_NAMESPACE      128     /* save private namespace */
 
 
+#ifdef __KERNEL__
+extern int vc_new_s_context(uint32_t, void __user *);
+extern int vc_set_ipv4root(uint32_t, void __user *);
+
+#endif /* __KERNEL__ */
 #endif /* _VX_LEGACY_H */