diff options
Diffstat (limited to 'src/screen.h')
-rw-r--r-- | src/screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h index 404d0a8d5..5eb6cba20 100644 --- a/src/screen.h +++ b/src/screen.h @@ -95,6 +95,8 @@ screen_is_visible(const struct screen_functions *sf); int screen_get_mouse_event(mpdclient_t *c, unsigned long *bstate, int *row); +bool +screen_file_goto_song(struct mpdclient *c, const struct mpd_song *song); #ifdef ENABLE_LYRICS_SCREEN void |