From: Enrico Scholz Date: Tue, 25 Oct 2005 16:21:08 +0000 (+0000) Subject: vc_getVserverByCtx_Internal(): added prototype (with 'validate_result' X-Git-Tag: version_0_30_210~98 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ae9075e19cb9b35aa4f3fdc4cca07ff7fd25ac3;p=util-vserver.git vc_getVserverByCtx_Internal(): added prototype (with 'validate_result' parameter) git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2183 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/internal.h b/util-vserver/lib/internal.h index 9286b44..cad6095 100644 --- a/util-vserver/lib/internal.h +++ b/util-vserver/lib/internal.h @@ -23,6 +23,8 @@ #define H_UTIL_VSERVER_LIB_INTERNAL_H #include "fmt.h" +#include "vserver.h" + #include #include @@ -30,6 +32,11 @@ extern "C" { #endif +char * vc_getVserverByCtx_Internal(xid_t ctx, /*@null@*/vcCfgStyle *style, + /*@null@*/char const *revdir, + bool validate_result); + + int utilvserver_checkCompatVersion(); bool utilvserver_isDirectory(char const *path, bool follow_link); bool utilvserver_isFile(char const *path, bool follow_link);