diff options
Diffstat (limited to 'src/client_file.h')
-rw-r--r-- | src/client_file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client_file.h b/src/client_file.h index 3dcbe7500..bc64bd041 100644 --- a/src/client_file.h +++ b/src/client_file.h @@ -35,7 +35,6 @@ struct client; * @param path_fs the absolute path name in filesystem encoding * @return true if access is allowed */ -G_GNUC_PURE bool client_allow_file(const struct client *client, const char *path_fs, GError **error_r); |