From eb075d6d6829f7ea194d3de2548f033e80e3c959 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Fri, 26 Jun 2026 14:37:14 -0500 Subject: Fix VFS mode helper declaration --- src/src/vfs/mo2filesystem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/src/vfs/mo2filesystem.cpp b/src/src/vfs/mo2filesystem.cpp index 1127072..dd025f1 100644 --- a/src/src/vfs/mo2filesystem.cpp +++ b/src/src/vfs/mo2filesystem.cpp @@ -42,6 +42,7 @@ void fillStatForFile(struct stat* st, fuse_ino_t ino, uid_t uid, gid_t gid, const std::chrono::system_clock::time_point& mtime, const std::string& real_path = {}, mode_t cached_mode = 0); +mode_t regularFileVfsMode(mode_t sourceMode); void invalidateLookupCache(Mo2FsContext* ctx, const std::string& dirPath); void invalidateAttrCache(Mo2FsContext* ctx, fuse_ino_t ino); bool pathTouchesMutation(const std::string& cachedPath, -- cgit v1.3.1