diff audacious/playlist_container.h @ 1552:aaca4aab4670 trunk

[svn] - further integration
author nenolod
date Thu, 10 Aug 2006 18:40:52 -0700
parents be50c53aee09
children f4ece39e4252
line wrap: on
line diff
--- a/audacious/playlist_container.h	Thu Aug 10 18:39:05 2006 -0700
+++ b/audacious/playlist_container.h	Thu Aug 10 18:40:52 2006 -0700
@@ -24,8 +24,8 @@
 struct _PlaylistContainer {
 	char *name;					/* human-readable name */
 	char *ext;					/* extension */
-	GList *(*plc_read)(char *filename, GList *pl);	/* plc_load */
-	void (*plc_write)(char *filename, GList *pl);	/* plc_write */
+	GList *(*plc_read)(char *filename, gint pos);	/* plc_load */
+	void (*plc_write)(char *filename, gint pos);	/* plc_write */
 };
 
 typedef struct _PlaylistContainer PlaylistContainer;