From 9cd22a2d5703c1f8159e0614a3c1c4dd086a1158 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Thu, 22 Apr 2004 20:34:52 +0000 Subject: Changed the way songs are added/deleted from playlist (#0000220). git-svn-id: https://svn.musicpd.org/ncmpc/trunk@875 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- screen_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'screen_file.h') diff --git a/screen_file.h b/screen_file.h index 1a48fc706..a7199a62e 100644 --- a/screen_file.h +++ b/screen_file.h @@ -1,5 +1,5 @@ -void file_clear_highlight(mpd_client_t *c, mpd_Song *song); +void file_set_highlight(mpd_client_t *c, mpd_Song *song, int hightlight); void file_clear_highlights(mpd_client_t *c); list_window_t *get_filelist_window(void); -- cgit v1.2.3