aboutsummaryrefslogtreecommitdiffstats
path: root/screen_search.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_search.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 '')
-rw-r--r--screen_search.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/screen_search.h b/screen_search.h
index b2b7f5124..e69de29bb 100644
--- a/screen_search.h
+++ b/screen_search.h
@@ -1,8 +0,0 @@
-
-void search_open(screen_t *screen, mpd_client_t *c);
-void search_close(screen_t *screen, mpd_client_t *c);
-
-void search_paint(screen_t *screen, mpd_client_t *c);
-void search_update(screen_t *screen, mpd_client_t *c);
-
-int search_cmd(screen_t *screen, mpd_client_t *c, command_t cmd);