Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-16 | song: allocate mpd_song from glib slices | Max Kellermann | 1 | -0/+15 | |
Since we compile ncmpc with glib, we can use its slice allocator for efficient song allocation. I have added a way to disable this with a macro. | |||||
2008-09-16 | song: use struct mpd_song | Max Kellermann | 1 | -7/+7 | |
Use a forward declared struct mpd_song instead of the typedef mpd_Song. | |||||
2008-09-16 | libmpdclient: moved code to song.c | Max Kellermann | 1 | -0/+126 | |
Move everything which manipulates the mpd_Song struct to song.c. Thousands of lines of too much for libmpdclient.c! |