aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue_print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* locate: added locate_item_list_casefold()Max Kellermann2009-01-241-5/+1
| | | | | Merged casefolding code from two locations into this one library function.
* queue_print, dbUtils: use struct locate_item_listMax Kellermann2009-01-241-7/+8
| | | | | Changed the function prototypes to get locate_item_list objects instead of num_items/items.
* locate: added struct locate_item_listMax Kellermann2009-01-241-5/+5
| | | | | Instead of passing two parameters around (number of items, array of items), combine both in a variable size struct.
* locate: no CamelCaseMax Kellermann2009-01-241-3/+3
| | | | Renamed functions and variables.
* queue_print: use new_items instead of itemsMax Kellermann2009-01-241-1/+1
| | | | Fix a typo in one of the previous patches.
* playlist: removed locate functions to queue_print.cMax Kellermann2009-01-241-0/+34
| | | | Now playlist.c does not contain any protocol specific code anymore.
* playlist: moved some printing code to queue_print.cMax Kellermann2009-01-231-0/+79
Moved protocol printing functions which operate on the queue to queue_print.c.