Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist_print: added wrappers for printing the queue | Max Kellermann | 2009-02-04 | 1 | -0/+66 |
| | | | | Hide the details of the playlist behind wrapper functions. | ||||
* | playlist_print: added API documentation | Max Kellermann | 2009-02-04 | 1 | -0/+8 |
| | |||||
* | playlist_print: use bool instead of int | Max Kellermann | 2009-02-04 | 1 | -2/+4 |
| | | | | | Return true on success, instead of 0. Converted the "detail" parameter to bool. | ||||
* | playlist_print: no CamelCase | Max Kellermann | 2009-02-04 | 1 | -1/+1 |
| | | | | Renamed one function. | ||||
* | playlist_print: include cleanup | Max Kellermann | 2009-02-04 | 1 | -4/+1 |
| | |||||
* | playlist: moved PlaylistInfo() to playlist_print.c | Max Kellermann | 2009-01-23 | 1 | -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. |