vc_getVserverByCtx_Internal(): added prototype (with 'validate_result'
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 25 Oct 2005 16:21:08 +0000 (16:21 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 25 Oct 2005 16:21:08 +0000 (16:21 +0000)
parameter)

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2183 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/internal.h

index 9286b44..cad6095 100644 (file)
@@ -23,6 +23,8 @@
 #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);