author | Max Kellermann <max@duempel.org> | |
Fri, 19 Sep 2008 12:10:37 +0000 (14:10 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 19 Sep 2008 12:10:37 +0000 (14:10 +0200) | ||
commit | b93a0bab1cfb0479c24963f649ae0de33b885289 | |
tree | d6f942d775da9c24a61fd981521c5aeaf43a84dd | tree | snapshot |
parent | 4364a0bc8620e95f2fb63949f1f6f63aa233a649 | commit | diff |
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().
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 | diff | blob | history | |
src/filelist.c | [new file with mode: 0644] | blob |
src/filelist.h | [new file with mode: 0644] | blob |
src/mpdclient.c | diff | blob | history | |
src/mpdclient.h | diff | blob | history |