parameter)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2183
94cd875c-1c1d-0410-91d2-
eb244daf1a30
#define H_UTIL_VSERVER_LIB_INTERNAL_H
#include "fmt.h"
+#include "vserver.h"
+
#include <stdlib.h>
#include <stdbool.h>
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);