aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue_print.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* queue_print, dbUtils: use struct locate_item_listMax Kellermann2009-01-241-3/+3
| | | | | Changed the function prototypes to get locate_item_list objects instead of num_items/items.
* 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.