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