From: Enrico Scholz Date: Fri, 27 Feb 2004 04:40:16 +0000 (+0000) Subject: vc_set_namespace(), vc_cleanup_namespace(): added prototypes X-Git-Tag: VERSION_0_10~546 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09df307a7485b491bbfc47b7124ce97cdbd0f877;p=util-vserver.git vc_set_namespace(), vc_cleanup_namespace(): added prototypes git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1020 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/vserver.h b/util-vserver/lib/vserver.h index 089d6b0..a64deaa 100644 --- a/util-vserver/lib/vserver.h +++ b/util-vserver/lib/vserver.h @@ -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;