chiark / gitweb /
Disobedience now keeps track of known playlists and has a (not yet
[disorder] / disobedience / disobedience.h
index 91d07de7fa671fd4f0e695bc11da2cb7954a6e9f..bd7b60cf43058ff0505e5929eb071dfc09a8abb3 100644 (file)
@@ -252,6 +252,12 @@ void load_settings(void);
 void set_tool_colors(GtkWidget *w);
 void popup_settings(void);
 
+/* Playlists */
+
+void playlists_init(void);
+extern char **playlists;
+extern int nplaylists;
+
 #endif /* DISOBEDIENCE_H */
 
 /*