aboutsummaryrefslogtreecommitdiffstats
path: root/screen_help.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-03-19 13:26:18 +0000
committerKalle Wallin <kaw@linux.se>2004-03-19 13:26:18 +0000
commita0592c8cc08b802f86061c88dc6862352b6c3e94 (patch)
treefeda87ba55a404023e62b8d744e2667dccebdc95 /screen_help.h
downloadmpd-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 '')
-rw-r--r--screen_help.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/screen_help.h b/screen_help.h
new file mode 100644
index 000000000..b6434dd99
--- /dev/null
+++ b/screen_help.h
@@ -0,0 +1,9 @@
+
+void help_open(screen_t *screen, mpd_client_t *c);
+void help_close(screen_t *screen, mpd_client_t *c);
+
+void help_paint(screen_t *screen, mpd_client_t *c);
+void help_update(screen_t *screen, mpd_client_t *c);
+
+int help_cmd(screen_t *screen, mpd_client_t *c, command_t cmd);
+