Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | queue_print, dbUtils: use struct locate_item_list | Max Kellermann | 2009-01-24 | 1 | -3/+3 |
| | | | | | Changed the function prototypes to get locate_item_list objects instead of num_items/items. | ||||
* | playlist: removed locate functions to queue_print.c | Max Kellermann | 2009-01-24 | 1 | -0/+9 |
| | | | | Now playlist.c does not contain any protocol specific code anymore. | ||||
* | command: use queue_print_*() | Max Kellermann | 2009-01-24 | 1 | -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.c | Max Kellermann | 2009-01-23 | 1 | -0/+52 |
Moved protocol printing functions which operate on the queue to queue_print.c. |