diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index f2f0a6d..0d1a9b2 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -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); |