1
0
Fork 0
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:
Linus Nielsen Feltzing 2004-07-26 23:30:30 +00:00
parent a6880a4f73
commit a363035d9f
2 changed files with 3 additions and 1 deletions

View file

@ -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)