mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Plugin parameters should be const.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17492 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a94e40d515
commit
6526577818
159 changed files with 363 additions and 371 deletions
|
@ -464,7 +464,7 @@ static const struct button_mapping* get_context_map(int context)
|
|||
else return NULL;
|
||||
}
|
||||
|
||||
int pluginlib_getaction(struct plugin_api *api,int timeout,
|
||||
int pluginlib_getaction(const struct plugin_api *api,int timeout,
|
||||
const struct button_mapping *plugin_contexts[],
|
||||
int count)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue