diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-23 15:12:43 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-23 15:12:43 +0000 |
| commit | c051eda02824b48000b87e0507b36ed1fda9ff76 (patch) | |
| tree | 25ba53b7ef2b28c81801a2b51bb11cc842fc4cc5 /apps/plugin.c | |
| parent | a17df38de7370cf73041a45a2847657719f3f4a4 (diff) | |
| download | rockbox-c051eda02824b48000b87e0507b36ed1fda9ff76.zip rockbox-c051eda02824b48000b87e0507b36ed1fda9ff76.tar.gz rockbox-c051eda02824b48000b87e0507b36ed1fda9ff76.tar.bz2 rockbox-c051eda02824b48000b87e0507b36ed1fda9ff76.tar.xz | |
Added strcasecmp() to the plugin API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4925 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 93302f3..7e5f486 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -256,6 +256,7 @@ static const struct plugin_api rockbox_api = { button_status, button_clear_queue, strncpy, + strcasecmp, }; int plugin_load(char* plugin, void* parameter) |