vc_set_namespace(), vc_cleanup_namespace(): added prototypes
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 27 Feb 2004 04:40:16 +0000 (04:40 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 27 Feb 2004 04:40:16 +0000 (04:40 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1020 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/vserver.h

index 089d6b0..a64deaa 100644 (file)
@@ -192,7 +192,8 @@ extern "C" {
 
 
   int          vc_enter_namespace(xid_t xid);
-
+  int          vc_set_namespace();
+  int          vc_cleanup_namespace();
 
   struct  vc_ctx_flags {
       uint64_t flagword;