diff options
author | Kalle Wallin <kaw@linux.se> | 2004-03-19 13:26:18 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-03-19 13:26:18 +0000 |
commit | a0592c8cc08b802f86061c88dc6862352b6c3e94 (patch) | |
tree | feda87ba55a404023e62b8d744e2667dccebdc95 /screen_play.h | |
download | mpd-a0592c8cc08b802f86061c88dc6862352b6c3e94.tar.gz mpd-a0592c8cc08b802f86061c88dc6862352b6c3e94.tar.xz mpd-a0592c8cc08b802f86061c88dc6862352b6c3e94.zip |
Imported ncmpc (mpc-ncures).
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@292 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'screen_play.h')
-rw-r--r-- | screen_play.h | 10 |
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); + |