diff src/audacious/playlist.h @ 3474:adc785ee517b trunk

Add playlist_playlists_equal for comparing entire playlists
author Kieran Clancy <clancy.kieran+audacious@gmail.com>
date Mon, 10 Sep 2007 13:45:41 +0930
parents f985357757e0
children 57f4971b7086
line wrap: on
line diff
--- a/src/audacious/playlist.h	Mon Sep 10 13:44:49 2007 +0930
+++ b/src/audacious/playlist.h	Mon Sep 10 13:45:41 2007 +0930
@@ -237,6 +237,8 @@
 
 Playlist *playlist_get_active(void);
 
+gboolean playlist_playlists_equal(Playlist *p1, Playlist *p2);
+
 G_END_DECLS
 
 #endif