aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_print.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist_print: no CamelCaseMax Kellermann2009-02-041-1/+1
| | | | Renamed one function.
* playlist_print: include cleanupMax Kellermann2009-02-041-4/+1
|
* playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann2009-01-231-0/+30
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.