Disobedience: basic support for required/prohibited tags.
[disorder] / disobedience / disobedience.h
index a804863..81de1f6 100644 (file)
@@ -180,6 +180,7 @@ extern int suppress_actions;
 /* Queue/Recent/Added */
 
 GtkWidget *queue_widget(void);
+GtkWidget *playing_widget(void);
 GtkWidget *recent_widget(void);
 GtkWidget *added_widget(void);
 /* Create widgets for displaying the queue, the recently played list and the
@@ -236,6 +237,11 @@ void manage_users(void);
 
 void popup_help(const char *what);
 
+/* Filtering */
+
+void popup_filtering(void);
+void init_filtering(void);
+
 /* RTP */
 
 int rtp_running(void);