aboutsummaryrefslogtreecommitdiffstats
path: root/screen_play.h
diff options
context:
space:
mode:
Diffstat (limited to 'screen_play.h')
-rw-r--r--screen_play.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/screen_play.h b/screen_play.h
index c88f4c73a..f7c101856 100644
--- a/screen_play.h
+++ b/screen_play.h
@@ -1,10 +1,5 @@
+int play_get_selected(void);
-void play_open(screen_t *screen, mpd_client_t *c);
-void play_close(screen_t *screen, mpd_client_t *c);
-
-void play_paint(screen_t *screen, mpd_client_t *c);
-void play_update(screen_t *screen, mpd_client_t *c);
-
-int play_cmd(screen_t *screen, mpd_client_t *c, command_t cmd);
+screen_functions_t *get_screen_playlist(void);