Code

Documentation update.
[ncmpc.git] / screen_file.h
2 void file_set_highlight(mpd_client_t *c, mpd_Song *song, int hightlight);
3 void file_clear_highlights(mpd_client_t *c);
5 list_window_t *get_filelist_window(void);
7 screen_functions_t *get_screen_file(void);