diff audacious/playlist.h @ 2120:1d67cf383e32 trunk

[svn] - dynamically allocate the playlist at startup and fix some lingering improper uses of playlist_get()
author nenolod
date Fri, 15 Dec 2006 07:20:41 -0800
parents f18a5b617c34
children 97e2cbd87df0
line wrap: on
line diff
--- a/audacious/playlist.h	Wed Dec 13 23:15:44 2006 -0800
+++ b/audacious/playlist.h	Fri Dec 15 07:20:41 2006 -0800
@@ -95,6 +95,9 @@
                                   PlaylistAssociation assoc, gint pos);
 
 void playlist_init(void);
+void playlist_add_playlist(Playlist *);
+void playlist_remove_playlist(Playlist *);
+
 void playlist_clear(Playlist *playlist);
 void playlist_delete(Playlist *playlist, gboolean crop);