aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue_print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* queue_print: queue_print_song_info() is not necessry for export.Avuton Olrich2009-03-301-1/+9
|
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* 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.