forked from len0rd/rockbox
forgot one file, fixes yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23094 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aa84a99caf
commit
6cba2061d6
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ struct plugin_api {
|
||||||
void (*gui_synclist_limit_scroll)(struct gui_synclist * lists, bool scroll);
|
void (*gui_synclist_limit_scroll)(struct gui_synclist * lists, bool scroll);
|
||||||
bool (*gui_synclist_do_button)(struct gui_synclist * lists,
|
bool (*gui_synclist_do_button)(struct gui_synclist * lists,
|
||||||
int *action, enum list_wrap wrap);
|
int *action, enum list_wrap wrap);
|
||||||
void (*gui_synclist_set_title)(struct gui_synclist *lists, char* title,
|
void (*gui_synclist_set_title)(struct gui_synclist *lists, const char* title,
|
||||||
enum themable_icons icon);
|
enum themable_icons icon);
|
||||||
enum yesno_res (*gui_syncyesno_run)(const struct text_message * main_message,
|
enum yesno_res (*gui_syncyesno_run)(const struct text_message * main_message,
|
||||||
const struct text_message * yes_message,
|
const struct text_message * yes_message,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue