Code

mpdclient: moved code to filelist.c
authorMax Kellermann <max@duempel.org>
Fri, 19 Sep 2008 12:10:37 +0000 (14:10 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 19 Sep 2008 12:10:37 +0000 (14:10 +0200)
commitb93a0bab1cfb0479c24963f649ae0de33b885289
treed6f942d775da9c24a61fd981521c5aeaf43a84dd
parent4364a0bc8620e95f2fb63949f1f6f63aa233a649
mpdclient: moved code to filelist.c

Move everything which is solely filelist related to filelist.c and
filelist.h.  Fix the indentation of that file, and provide the struct
name "filelist".  Don't clear data in mpdclient_filelist_free() before
calling g_free().  Constify the "song" parameter to
mpdclient_filelist_find_song().
src/Makefile.am
src/filelist.c [new file with mode: 0644]
src/filelist.h [new file with mode: 0644]
src/mpdclient.c
src/mpdclient.h