Code

libmpdclient: moved code to song.c
authorMax Kellermann <max@duempel.org>
Tue, 16 Sep 2008 17:11:39 +0000 (19:11 +0200)
committerMax Kellermann <max@duempel.org>
Tue, 16 Sep 2008 17:11:39 +0000 (19:11 +0200)
commit8135d7dbf86043fb5f4e960ef4d976e4908631f3
tree5c22757916b32212d47d16b3fc4f8a595df738d9
parent9653c35fe54e6c7b4a7764254d6a5283eb859039
libmpdclient: moved code to song.c

Move everything which manipulates the mpd_Song struct to song.c.
Thousands of lines of too much for libmpdclient.c!
src/Makefile.am
src/libmpdclient.c
src/libmpdclient.h
src/song.c [new file with mode: 0644]
src/song.h [new file with mode: 0644]