summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 0225491d85..89905b1435 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -803,6 +803,7 @@ static const struct plugin_api rockbox_api = {
803 /* new stuff at the end, sort into place next time 803 /* new stuff at the end, sort into place next time
804 the API gets incompatible */ 804 the API gets incompatible */
805 warn_on_pl_erase, 805 warn_on_pl_erase,
806 playlist_insert_playlist,
806}; 807};
807 808
808static int plugin_buffer_handle; 809static int plugin_buffer_handle;