forked from len0rd/rockbox
port test_boost.c to global plugin API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19796 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
26c06d165b
commit
cef6399c4c
1 changed files with 1 additions and 3 deletions
|
@ -23,11 +23,9 @@
|
||||||
|
|
||||||
PLUGIN_HEADER
|
PLUGIN_HEADER
|
||||||
|
|
||||||
enum plugin_status plugin_start(const struct plugin_api* api,
|
enum plugin_status plugin_start(const void* parameter)
|
||||||
const void* parameter)
|
|
||||||
{
|
{
|
||||||
(void)parameter;
|
(void)parameter;
|
||||||
const struct plugin_api* rb = api;
|
|
||||||
bool done = false;
|
bool done = false;
|
||||||
bool boost = false;
|
bool boost = false;
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue