summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index d0e6ade547..8edc773239 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -697,6 +697,7 @@ static const struct plugin_api rockbox_api = {
697#endif 697#endif
698 plugin_get_buffer, 698 plugin_get_buffer,
699 plugin_get_audio_buffer, /* defined in plugin.c */ 699 plugin_get_audio_buffer, /* defined in plugin.c */
700 plugin_release_audio_buffer, /* defined in plugin.c */
700 plugin_tsr, /* defined in plugin.c */ 701 plugin_tsr, /* defined in plugin.c */
701 plugin_get_current_filename, 702 plugin_get_current_filename,
702#if defined(DEBUG) || defined(SIMULATOR) 703#if defined(DEBUG) || defined(SIMULATOR)
@@ -804,7 +805,6 @@ static const struct plugin_api rockbox_api = {
804 805
805 /* new stuff at the end, sort into place next time 806 /* new stuff at the end, sort into place next time
806 the API gets incompatible */ 807 the API gets incompatible */
807 plugin_release_audio_buffer, /* defined in plugin.c */
808}; 808};
809 809
810static int plugin_buffer_handle; 810static int plugin_buffer_handle;