aboutsummaryrefslogtreecommitdiff
path: root/src/playlist_error.h
Commit message (Collapse)AuthorAge
* stored_playlist: return GError, code is playlist_resultMax Kellermann2011-09-11
| | | | | Improve error reporting and handling. command.c gets the new function print_error(), which sends a GError to the client.
* playlist: move enum playlist_result to playlist_error.hMax Kellermann2011-09-11
Reduce header dependencies.