Add fixes for CVE-2008-1614
[manu/suphp.git] / src / File.hpp
index 3268fb7..cf839e7 100644 (file)
@@ -143,7 +143,11 @@ namespace suPHP {
         * Returns owning group of file
         */
        GroupInfo getGroup() const throw (SystemException);
-       
+
+        /**
+         * Checks whether this file is a symlink
+         */
+        bool isSymlink() const throw (SystemException);
     };
 };