aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist_print: added wrappers for printing the queueMax Kellermann2009-02-041-0/+85
| | | | Hide the details of the playlist behind wrapper functions.
* playlist_print: use bool instead of intMax Kellermann2009-02-041-6/+6
| | | | | Return true on success, instead of 0. Converted the "detail" parameter to bool.
* playlist_print: no CamelCaseMax Kellermann2009-02-041-2/+3
| | | | Renamed one function.
* playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann2009-01-231-0/+53
PlaylistInfo() (notice the capital 'P') sends a stored playlist to the client. Move it to a separate library, where all the code which glues the playlist and the MPD protocol together will live.