X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=src%2FAPI.hpp;fp=src%2FAPI.hpp;h=c079888d0e4deeed518709fb43b5e8988ae9b7a2;hp=47f71e3c4394abf4c5ab5edc04e969a7d2b78228;hb=2a758f9f80a0074585f6a4c603cde9be03502d4e;hpb=a93e48d4dea5133e6b0c7d88cfa39557cd6637bb diff --git a/src/API.hpp b/src/API.hpp index 47f71e3..c079888 100644 --- a/src/API.hpp +++ b/src/API.hpp @@ -157,6 +157,12 @@ namespace suPHP { virtual GroupInfo File_getGroup(const File& file) const throw (SystemException) =0; + /** + * Checks whether a file is a symlink + */ + virtual bool File_isSymlink(const File& file) const + throw (SystemException) =0; + /** * Runs another program (replaces current process) */