aboutsummaryrefslogtreecommitdiffstats
path: root/src/client_file.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v0.17.x'Max Kellermann2012-08-131-2/+0
|\ | | | | | | | | | | | | Conflicts: NEWS configure.ac src/client_file.h
| * client_file: remove pure attribute from client_allow_file().Anton Khirnov2012-08-131-1/+0
| | | | | | | | | | | | | | | | That function is not pure, it writes to error. When marked as pure, the compiler is allowed to assume it does not do anything to error, so it can remain NULL, which would result in an invalid read in print_error().
* | gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-021-2/+4
|/ | | | Remove GLib dependency from some headers.
* playlist_edit: move UID check to client_allow_file()Max Kellermann2012-03-061-0/+43