1
0
Fork 0
forked from len0rd/rockbox

added strncmp() to the plugin API, based the patch 1170215 by Rick La Charité

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6943 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-06-30 10:39:28 +00:00
parent e8e953f5d5
commit 510a18d302
2 changed files with 2 additions and 1 deletions

View file

@ -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)