diff audacious/playlist.h @ 2098:425963ded156 trunk

[svn] - provide the old ABI for plugins (intermediate layer). Pointed out by yaz, pointy hat to me.
author nenolod
date Mon, 11 Dec 2006 05:49:54 -0800
parents 472be23d11a1
children f18a5b617c34
line wrap: on
line diff
--- a/audacious/playlist.h	Mon Dec 11 05:47:05 2006 -0800
+++ b/audacious/playlist.h	Mon Dec 11 05:49:54 2006 -0800
@@ -108,6 +108,8 @@
 
 void playlist_set_info(Playlist *playlist, const gchar * title, gint length, gint rate,
                        gint freq, gint nch);
+void playlist_set_info_old_abi(const gchar * title, gint length, gint rate,
+                               gint freq, gint nch);
 void playlist_check_pos_current(Playlist *playlist);
 void playlist_next(Playlist *playlist);
 void playlist_prev(Playlist *playlist);