summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
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 3b8d022..590d02a 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -259,8 +259,8 @@ struct plugin_api {
#endif
/* misc */
- void (*srand)(unsigned long seed);
- long (*rand)(void);
+ void (*srand)(unsigned int seed);
+ int (*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);