From 510a18d30276e84fd4446cef1476d69d5273513a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 30 Jun 2005 10:39:28 +0000 Subject: added strncmp() to the plugin API, based the patch 1170215 by Rick La Charité 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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 507d36d4e9..0010d6d3a0 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -399,6 +399,7 @@ struct plugin_api { #ifdef ROCKBOX_HAS_LOGF void (*logf)(const char *fmt, ...); #endif + int (*strncmp)(const char *, const char *, size_t); }; int plugin_load(const char* plugin, void* parameter); -- cgit v1.2.3