aboutsummaryrefslogtreecommitdiffstats
path: root/screen_play.h
diff options
context:
space:
mode:
Diffstat (limited to 'screen_play.h')
-rw-r--r--screen_play.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/screen_play.h b/screen_play.h
new file mode 100644
index 000000000..c88f4c73a
--- /dev/null
+++ b/screen_play.h
@@ -0,0 +1,10 @@
+
+
+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);
+