aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ClientFile.hxx3
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