summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 9ffb980300..04a4d1c735 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -466,6 +466,8 @@ static const struct plugin_api rockbox_api = {
466 466
467 /* new stuff at the end, sort into place next time 467 /* new stuff at the end, sort into place next time
468 the API gets incompatible */ 468 the API gets incompatible */
469
470 strtok_r,
469}; 471};
470 472
471int plugin_load(const char* plugin, void* parameter) 473int plugin_load(const char* plugin, void* parameter)