diff audacious/playlist_container.h @ 1559:9a1e4bca7d8b trunk

[svn] - m3u works again
author nenolod
date Thu, 10 Aug 2006 19:35:03 -0700
parents f4ece39e4252
children f157e22c70c4
line wrap: on
line diff
--- a/audacious/playlist_container.h	Thu Aug 10 19:24:55 2006 -0700
+++ b/audacious/playlist_container.h	Thu Aug 10 19:35:03 2006 -0700
@@ -24,8 +24,8 @@
 struct _PlaylistContainer {
 	char *name;					/* human-readable name */
 	char *ext;					/* extension */
-	GList *(*plc_read)(char *filename, gint pos);	/* plc_load */
-	void (*plc_write)(char *filename, gint pos);	/* plc_write */
+	void (*plc_read)(const gchar *filename, gint pos);	/* plc_load */
+	void (*plc_write)(const gchar *filename, gint pos);	/* plc_write */
 };
 
 typedef struct _PlaylistContainer PlaylistContainer;