X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Flib%2Finternal.h;h=fe24f2c0379c1c3ec2fc8e28bfbfdb9477ed2f89;hb=3eb1b2279739d0f16391a3724a9897c686f030d3;hp=3a8786de67d6cdeac1bc10787e003d1327092c85;hpb=291f3df8996c5229b986f17fc7305f08f4d73b0a;p=util-vserver.git diff --git a/util-vserver/lib/internal.h b/util-vserver/lib/internal.h index 3a8786d..fe24f2c 100644 --- a/util-vserver/lib/internal.h +++ b/util-vserver/lib/internal.h @@ -32,6 +32,8 @@ extern "C" { int utilvserver_checkCompatVersion(); bool utilvserver_isDirectory(char const *path, bool follow_link); +bool utilvserver_isFile(char const *path, bool follow_link); +bool utilvserver_isLink(char const *path); int utilvserver_listparser_uint32(char const *str, size_t len, char const **err_ptr, size_t *err_len,