diff src/sid/xmms-sid.h @ 561:914c96de3244 trunk

[svn] Convert plugins to use InputPlayback.output instead of InputPlugin.output
author iabervon
date Sun, 28 Jan 2007 21:09:12 -0800
parents 1e5cb7a00cb0
children 6c3c7b841382
line wrap: on
line diff
--- a/src/sid/xmms-sid.h	Sun Jan 28 17:41:50 2007 -0800
+++ b/src/sid/xmms-sid.h	Sun Jan 28 21:09:12 2007 -0800
@@ -176,11 +176,11 @@
 void	xs_close(void);
 gint	xs_is_our_file(gchar *);
 gint	xs_is_our_file_vfs(gchar *,VFSFile *);
-void	xs_play_file(gchar *);
-void	xs_stop(void);
-void	xs_pause(short);
-void	xs_seek(gint);
-gint	xs_get_time(void);
+void	xs_play_file(InputPlayback *);
+void	xs_stop(InputPlayback *);
+void	xs_pause(InputPlayback *, short);
+void	xs_seek(InputPlayback *,gint);
+gint	xs_get_time(InputPlayback *);
 void	xs_get_song_info(gchar *, gchar **, gint *);
 void	xs_about(void);