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