diff options
Diffstat (limited to '')
-rw-r--r-- | src/client_file.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client_file.h b/src/client_file.h index 439235739..2dd07dede 100644 --- a/src/client_file.h +++ b/src/client_file.h @@ -20,7 +20,6 @@ #ifndef MPD_CLIENT_FILE_H #define MPD_CLIENT_FILE_H -#include "gcc.h" #include "gerror.h" #include <stdbool.h> @@ -37,7 +36,6 @@ struct client; * @param path_fs the absolute path name in filesystem encoding * @return true if access is allowed */ -gcc_pure bool client_allow_file(const struct client *client, const char *path_fs, GError **error_r); |