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:
Jonathan Gordon 2008-03-11 09:16:44 +00:00
parent 9603e4e92f
commit c194b388fa

View file

@ -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 */