removed the fscompat* files
[util-vserver.git] / util-vserver / lib / internal.h
index f7c8e76..c5ec3ac 100644 (file)
 #ifndef H_UTIL_VSERVER_LIB_INTERNAL_H
 #define H_UTIL_VSERVER_LIB_INTERNAL_H
 
+#include "fmt.h"
 #include <stdlib.h>
+#include <stdbool.h>
 
-size_t
-utilvserver_uint2str(char *buf, size_t len, unsigned int val, unsigned char base);
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int            utilvserver_checkCompatVersion();
+bool           utilvserver_isDirectory(char const *path, bool follow_link);
+
+#ifdef __cplusplus
+}
+#endif
 
 
 #endif //  H_UTIL_VSERVER_LIB_INTERNAL_H