mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
plugins: add strstr() to plugin API
Multiple plugins carry their own strstr() implementation because the in-core version wasn't exported to the plugin API. Change-Id: Ib57a9b63754c89fb3447ec1d3958963d23145105
This commit is contained in:
parent
2e1af37536
commit
a30f822500
12 changed files with 11 additions and 42 deletions
|
|
@ -868,6 +868,7 @@ static const struct plugin_api rockbox_api = {
|
|||
gesture_vel_process,
|
||||
gesture_vel_get,
|
||||
#endif
|
||||
strstr,
|
||||
};
|
||||
|
||||
static int plugin_buffer_handle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue