From 31553efc9a8e14b07103f9ff72201737031994ba Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 24 Mar 2004 04:42:28 +0000 Subject: [PATCH] vc_xidopt2xid(): added prototype git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1345 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/vserver.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util-vserver/lib/vserver.h b/util-vserver/lib/vserver.h index 23c53ba..ff06071 100644 --- a/util-vserver/lib/vserver.h +++ b/util-vserver/lib/vserver.h @@ -463,6 +463,10 @@ extern "C" { vcCFG_RECENT_SHORT, vcCFG_RECENT_FULL } vcCfgStyle; + + /** Maps an xid given at '--xid' options to an xid_t */ + xid_t vc_xidopt2xid(char const *, bool honor_static, char const **err_info); + vcCfgStyle vc_getVserverCfgStyle(char const *id); /** Resolves the name of the vserver. The result will be allocated and must -- 1.8.1.5