From 56dd75d204f861785ca78ae1c6eb506d5f2ea7e9 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 16 Mar 2011 05:38:37 +0000 Subject: Purge buffer and codec APIs existing exclusively in support of mpa.codec and fix that to not require them: buf_get_offset and ci.advance_buffer_loc. Sort APIs; everything must become incompatible. :( git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29595 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 3807ad5..ea290c8 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -407,6 +407,7 @@ static const struct plugin_api rockbox_api = { default_event_handler, default_event_handler_ex, create_thread, + thread_self, thread_exit, thread_wait, #if (CONFIG_CODEC == SWCODEC) @@ -745,7 +746,6 @@ static const struct plugin_api rockbox_api = { bufgettail, bufcuttail, - buf_get_offset, buf_handle_offset, buf_request_buffer_handle, buf_set_base_handle, @@ -779,7 +779,6 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ - thread_self, }; int plugin_load(const char* plugin, const void* parameter) -- cgit v1.1