| Commit message (Collapse) | Author | Files | Lines |
|
Merged casefolding code from two locations into this one library
function.
|
|
Changed the function prototypes to get locate_item_list objects
instead of num_items/items.
|
|
Instead of passing two parameters around (number of items, array of
items), combine both in a variable size struct.
|
|
Renamed functions and variables.
|
|
Fix a typo in one of the previous patches.
|
|
Now playlist.c does not contain any protocol specific code anymore.
|
|
Moved protocol printing functions which operate on the queue to
queue_print.c.
|