aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_error.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stored_playlist: return GError, code is playlist_resultMax Kellermann2011-09-111-0/+12
| | | | | 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-111-0/+37
Reduce header dependencies.