From b5a5d2cecc94133922d544ec1787ac85578dd7e5 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 9 Feb 2005 11:50:04 +0000 Subject: strchr() added to the plugin API git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5866 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 6c92364a0e..69e84c1809 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -262,6 +262,7 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ + strchr, }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.2.3