From 510a18d30276e84fd4446cef1476d69d5273513a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 30 Jun 2005 10:39:28 +0000 Subject: =?UTF-8?q?added=20strncmp()=20to=20the=20plugin=20API,=20based=20?= =?UTF-8?q?the=20patch=201170215=20by=20Rick=20La=20Charit=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6943 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index bd2f0bc..e51a00c 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -329,7 +329,7 @@ static const struct plugin_api rockbox_api = { #ifdef ROCKBOX_HAS_LOGF logf, #endif - + strncmp, }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.1