diff options
Diffstat (limited to 'src/utils/virtfs.h')
-rw-r--r-- | src/utils/virtfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/virtfs.h b/src/utils/virtfs.h index 2b2550826..e0f188cfb 100644 --- a/src/utils/virtfs.h +++ b/src/utils/virtfs.h @@ -40,6 +40,7 @@ namespace VirtFs bool exists(const std::string &restrict name); VirtList *enumerateFiles(const std::string &restrict dir) RETURNS_NONNULL; bool isDirectory(const std::string &restrict name); + bool isSymbolicLink(const std::string &restrict name); void freeList(VirtList *restrict const handle); VirtFile *openRead(const std::string &restrict filename); VirtFile *openWrite(const std::string &restrict filename); |