diff audacious/playlist.h @ 398:f908bcd87c3d trunk

[svn] Generate cache content on demand if it was not previously there.
author nenolod
date Sat, 07 Jan 2006 10:13:28 -0800
parents 99928e1275a1
children ffc5ab7b4b2c
line wrap: on
line diff
--- a/audacious/playlist.h	Sat Jan 07 10:02:25 2006 -0800
+++ b/audacious/playlist.h	Sat Jan 07 10:13:28 2006 -0800
@@ -108,7 +108,7 @@
 void playlist_delete_index(guint pos);
 void playlist_delete_filenames(GList * filenames);
 
-const PlaylistEntry *playlist_get_entry_to_play();
+PlaylistEntry *playlist_get_entry_to_play();
 
 /* XXX this is for reverse compatibility --nenolod */
 const gchar *playlist_get_filename_to_play();