summaryrefslogtreecommitdiffstats
path: root/src/itdb_playlist.c
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-09-10 09:16:49 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-09-10 09:16:49 +0000
commitc9612b06827cb1e4eca134d1af733347741cf2a4 (patch)
treefddc3dd828a69ea5f1d34d2c55200b9b7c2b3278 /src/itdb_playlist.c
parente6f20fe55bd4bdb76ef4a367a8aa673de6ef3d6b (diff)
downloadlibgpod-tmz-c9612b06827cb1e4eca134d1af733347741cf2a4.tar.gz
libgpod-tmz-c9612b06827cb1e4eca134d1af733347741cf2a4.tar.xz
libgpod-tmz-c9612b06827cb1e4eca134d1af733347741cf2a4.zip
2005-09-10 Christophe Fergeau <teuf@gnome.org>
* configure.ac: * src/itdb_itunesdb.c: (get_mhod_type), (get_mhod), (get_mhod_string), (get_playlist), (get_mhit), (itdb_shuffle_write_file): * src/itdb_playlist.c: (itdb_spl_update_all): * tests/itdb_main.c: (main): fixed compilation warnings to be able to compile with -Werror git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1082 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb_playlist.c')
-rw-r--r--src/itdb_playlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/itdb_playlist.c b/src/itdb_playlist.c
index 5c68c60..6d18097 100644
--- a/src/itdb_playlist.c
+++ b/src/itdb_playlist.c
@@ -782,6 +782,7 @@ void itdb_spl_update (Itdb_iTunesDB *itdb, Itdb_Playlist *spl)
/* update all smart playlists */
void itdb_spl_update_all (Itdb_iTunesDB *itdb)
{
+ auto void spl_update (Itdb_Playlist *playlist, Itdb_iTunesDB *itdb);
void spl_update (Itdb_Playlist *playlist, Itdb_iTunesDB *itdb)
{
g_return_if_fail (playlist);