Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | locate: no CamelCase | Max Kellermann | 2009-01-24 | 1 | -3/+3 |
| | | | | Renamed functions and variables. | ||||
* | queue_print: use new_items instead of items | Max Kellermann | 2009-01-24 | 1 | -1/+1 |
| | | | | Fix a typo in one of the previous patches. | ||||
* | playlist: removed locate functions to queue_print.c | Max Kellermann | 2009-01-24 | 1 | -0/+34 |
| | | | | Now playlist.c does not contain any protocol specific code anymore. | ||||
* | playlist: moved some printing code to queue_print.c | Max Kellermann | 2009-01-23 | 1 | -0/+79 |
Moved protocol printing functions which operate on the queue to queue_print.c. |