aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_browser.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/screen_browser.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/screen_browser.h b/src/screen_browser.h
index fbe131c58..a867eda0a 100644
--- a/src/screen_browser.h
+++ b/src/screen_browser.h
@@ -36,12 +36,12 @@ struct screen_browser {
mpdclient_filelist_t *filelist;
};
-void clear_highlights(mpdclient_filelist_t *filelist);
-void sync_highlights(mpdclient_t *c, mpdclient_filelist_t *filelist);
-void set_highlight(mpdclient_filelist_t *filelist,
- mpd_Song *song,
- int highlight);
+void
+sync_highlights(mpdclient_t *c, mpdclient_filelist_t *fl);
+void
+browser_playlist_changed(struct screen_browser *browser, mpdclient_t *c,
+ int event, gpointer data);
const char *browser_lw_callback(unsigned index, int *highlight, void *filelist);