summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-02-09 13:03:21 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-02-09 13:03:21 +0000
commite8b443052de7d29b937610a6689ed5d6dbde25a8 (patch)
tree11fe7580493601f8d77c3c4d3ebdd12279187799 /apps/plugin.h
parentf06ed4ad0cfc30c1be3bda92cb5df90859f36b94 (diff)
downloadrockbox-e8b443052de7d29b937610a6689ed5d6dbde25a8.zip
rockbox-e8b443052de7d29b937610a6689ed5d6dbde25a8.tar.gz
rockbox-e8b443052de7d29b937610a6689ed5d6dbde25a8.tar.bz2
rockbox-e8b443052de7d29b937610a6689ed5d6dbde25a8.tar.xz
/me is silly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5868 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 2ae325a..f2f0a6d 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -298,8 +298,8 @@ struct plugin_api {
/* new stuff at the end, sort into place next time
the API gets incompatible */
- char (*strchr)(const char *s, int c);
- char (*strcat)(char *s1, const char *s2);
+ char *(*strchr)(const char *s, int c);
+ char *(*strcat)(char *s1, const char *s2);
};