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