Code

mpdclient: moved code to playlist.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)
commiteee102e5ddd2c400d707bffe21d9c6ec74507371
tree82a1f8db8290c2648849a60dd145098a3fd515a4
parent9e94b7cb6eebcf40d2508cc365dbc7c221071454
mpdclient: moved code to playlist.c

Move everything which manipulates the mpdclient_playlist struct to
playlist.c.  Many of the functions get a mpdclient pointer instead of
a playlist; this will be changed later.

The functions mpdclient_playlist_update() and
mpdclient_playlist_update_changes() stay in mpdclient.c for now, since
they are tightly connected to the client code.
src/Makefile.am
src/mpdclient.c
src/mpdclient.h
src/playlist.c [new file with mode: 0644]
src/playlist.h [new file with mode: 0644]