From: Enrico Scholz Date: Wed, 24 Mar 2004 04:42:28 +0000 (+0000) Subject: vc_xidopt2xid(): added prototype X-Git-Tag: VERSION_0_10~230 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31553efc9a8e14b07103f9ff72201737031994ba;p=util-vserver.git vc_xidopt2xid(): added prototype git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1345 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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