Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | song: use struct mpd_song | Max Kellermann | 2008-09-16 | 1 | -4/+4 |
| | | | | | Use a forward declared struct mpd_song instead of the typedef mpd_Song. | ||||
* | libmpdclient: moved code to song.c | Max Kellermann | 2008-09-16 | 1 | -0/+101 |
Move everything which manipulates the mpd_Song struct to song.c. Thousands of lines of too much for libmpdclient.c! |