aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue_print.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist: removed locate functions to queue_print.cMax Kellermann2009-01-241-0/+9
| | | | Now playlist.c does not contain any protocol specific code anymore.
* command: use queue_print_*()Max Kellermann2009-01-241-0/+8
| | | | | Replaced several wrapper functions from playlist.c, and make command.c use the queue print functions directly.
* playlist: moved some printing code to queue_print.cMax Kellermann2009-01-231-0/+52
Moved protocol printing functions which operate on the queue to queue_print.c.