long policy fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5948 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fe06a23699
commit
81395dbb7d
1 changed files with 2 additions and 2 deletions
|
@ -259,8 +259,8 @@ struct plugin_api {
|
|||
#endif
|
||||
|
||||
/* misc */
|
||||
void (*srand)(unsigned int seed);
|
||||
int (*rand)(void);
|
||||
void (*srand)(unsigned long seed);
|
||||
long (*rand)(void);
|
||||
void (*qsort)(void *base, size_t nmemb, size_t size,
|
||||
int(*compar)(const void *, const void *));
|
||||
int (*kbd_input)(char* buffer, int buflen);
|
||||
|
|
Loading…
Reference in a new issue