diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-13 14:14:30 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-13 14:14:30 +0000 |
| commit | a96a130f5ac3753e4e882f2e2a4b8c41f221e704 (patch) | |
| tree | ac411b9467e551adda44dc2dcf8898b232a45da3 /apps/plugin.c | |
| parent | 0c458c043a2e95cfed15d143ff0053b44b6a425c (diff) | |
| download | rockbox-a96a130f5ac3753e4e882f2e2a4b8c41f221e704.zip rockbox-a96a130f5ac3753e4e882f2e2a4b8c41f221e704.tar.gz rockbox-a96a130f5ac3753e4e882f2e2a4b8c41f221e704.tar.bz2 rockbox-a96a130f5ac3753e4e882f2e2a4b8c41f221e704.tar.xz | |
Added strrchr() to the plugin API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4873 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 983e499..6c487f9 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -146,6 +146,7 @@ static struct plugin_api rockbox_api = { snprintf, strcpy, strlen, + strrchr, memset, memcpy, #ifndef SIMULATOR |