backing out to version 208 of util-vserver
[util-vserver.git] / lib / internal.h
index 79d2e9b..60e2420 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: internal.h 2415 2006-12-08 13:24:49Z dhozac $    --*- c++ -*--
+// $Id: internal.h,v 1.13 2005/04/28 17:52:30 ensc Exp $    --*- c++ -*--
 
 // Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
 //  
@@ -23,8 +23,6 @@
 #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();
-uint_least32_t utilvserver_checkCompatConfig();
 bool   utilvserver_isDirectory(char const *path, bool follow_link);
 bool   utilvserver_isFile(char const *path, bool follow_link);
 bool   utilvserver_isLink(char const *path);