summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/playback_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/playback_control.h')
-rw-r--r--apps/plugins/lib/playback_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/playback_control.h b/apps/plugins/lib/playback_control.h
index 679a89000f..83f07644a9 100644
--- a/apps/plugins/lib/playback_control.h
+++ b/apps/plugins/lib/playback_control.h
@@ -21,7 +21,7 @@
21 21
22/* Use these if your menu uses the new menu api. 22/* Use these if your menu uses the new menu api.
23 REMEBER to call playback_control_init(rb) before rb->do_menu()... */ 23 REMEBER to call playback_control_init(rb) before rb->do_menu()... */
24extern const struct menu_item_ex *playback_control_menu; 24extern const struct menu_item_ex playback_control_menu;
25void playback_control_init(struct plugin_api* newapi); 25void playback_control_init(struct plugin_api* newapi);
26 26
27/* Use this if your menu still uses the old menu api */ 27/* Use this if your menu still uses the old menu api */