aboutsummaryrefslogtreecommitdiffstats
path: root/screen_file.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-04-19 22:06:41 +0000
committerKalle Wallin <kaw@linux.se>2004-04-19 22:06:41 +0000
commitbf28b56f26bb5753c706e2e249265f95b500fd78 (patch)
tree7dbc577ad0ab0b293ab0ff00b86ee93ab80bae4d /screen_file.h
parent2a803438b5efaee06de58af19a7cb501904d2901 (diff)
downloadmpd-bf28b56f26bb5753c706e2e249265f95b500fd78.tar.gz
mpd-bf28b56f26bb5753c706e2e249265f95b500fd78.tar.xz
mpd-bf28b56f26bb5753c706e2e249265f95b500fd78.zip
Major cleanup. The goal of this is to simplify addition of "screens".
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@832 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'screen_file.h')
-rw-r--r--screen_file.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/screen_file.h b/screen_file.h
index 2d5ab5ef9..1a48fc706 100644
--- a/screen_file.h
+++ b/screen_file.h
@@ -1,14 +1,7 @@
-char *file_get_header(mpd_client_t *c);
-
void file_clear_highlight(mpd_client_t *c, mpd_Song *song);
void file_clear_highlights(mpd_client_t *c);
-void file_open(screen_t *screen, mpd_client_t *c);
-void file_close(screen_t *screen, mpd_client_t *c);
-
-void file_paint(screen_t *screen, mpd_client_t *c);
-void file_update(screen_t *screen, mpd_client_t *c);
-
-int file_cmd(screen_t *screen, mpd_client_t *c, command_t cmd);
+list_window_t *get_filelist_window(void);
+screen_functions_t *get_screen_file(void);