forked from len0rd/rockbox
Added default_event_handler() to the plugin API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4953 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a6880a4f73
commit
a363035d9f
2 changed files with 3 additions and 1 deletions
|
@ -257,6 +257,7 @@ static const struct plugin_api rockbox_api = {
|
|||
button_clear_queue,
|
||||
strncpy,
|
||||
strcasecmp,
|
||||
default_event_handler
|
||||
};
|
||||
|
||||
int plugin_load(char* plugin, void* parameter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue