pointers suck... spotted in IRC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16625 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9603e4e92f
commit
c194b388fa
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
/* Use these if your menu uses the new menu api.
|
||||
REMEBER to call playback_control_init(rb) before rb->do_menu()... */
|
||||
extern const struct menu_item_ex *playback_control_menu;
|
||||
extern const struct menu_item_ex playback_control_menu;
|
||||
void playback_control_init(struct plugin_api* newapi);
|
||||
|
||||
/* Use this if your menu still uses the old menu api */
|
||||
|
|
Loading…
Reference in a new issue