utilvserver_isFile(): added prototype
[util-vserver.git] / util-vserver / lib / internal.h
index 3a8786d..e8e466c 100644 (file)
@@ -32,6 +32,7 @@ extern "C" {
 
 int    utilvserver_checkCompatVersion();
 bool   utilvserver_isDirectory(char const *path, bool follow_link);
+bool   utilvserver_isFile(char const *path, bool follow_link);
 
 int    utilvserver_listparser_uint32(char const *str, size_t len,
                                      char const **err_ptr, size_t *err_len,