diff options
Diffstat (limited to 'src/ClientFile.hxx')
-rw-r--r-- | src/ClientFile.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ClientFile.hxx b/src/ClientFile.hxx index 68d79ca08..43af72e93 100644 --- a/src/ClientFile.hxx +++ b/src/ClientFile.hxx @@ -35,7 +35,6 @@ class Error; * @return true if access is allowed */ bool -client_allow_file(const Client *client, const Path &path_fs, - Error &error); +client_allow_file(const Client *client, Path path_fs, Error &error); #endif |