diff options
Diffstat (limited to 'plugins/gtkui/gtkplaylist.h')
-rw-r--r-- | plugins/gtkui/gtkplaylist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/gtkui/gtkplaylist.h b/plugins/gtkui/gtkplaylist.h index 33998824..4e1542db 100644 --- a/plugins/gtkui/gtkplaylist.h +++ b/plugins/gtkui/gtkplaylist.h @@ -259,4 +259,7 @@ gtkpl_set_cursor (int iter, int cursor); gtkpl_column_t* gtkpl_get_column_for_click (gtkplaylist_t *pl, int click_x); +void +main_refresh (void); + #endif // __GTKPLAYLIST_H |