mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
add in-protocol authentication mechanism
This commit is contained in:
@@ -40,6 +40,9 @@ public:
|
||||
MOCK_METHOD(int, rmdir, (std::string const & path));
|
||||
|
||||
MOCK_METHOD(int, statfs, (std::string const & path, struct statvfs * statistics));
|
||||
|
||||
MOCK_METHOD(std::string, get_credentials, ());
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user