forked from len0rd/rockbox
/me is silly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5868 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f06ed4ad0c
commit
e8b443052d
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue