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:
Aidan MacDonald 2025-12-12 13:27:00 +00:00
parent 2e1af37536
commit a30f822500
12 changed files with 11 additions and 42 deletions

View file

@ -868,6 +868,7 @@ static const struct plugin_api rockbox_api = {
gesture_vel_process,
gesture_vel_get,
#endif
strstr,
};
static int plugin_buffer_handle;