aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue_print.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* queue_print: queue_print_song_info() is not necessry for export.Avuton Olrich2009-03-301-12/+0
|
* 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.
* 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.