diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 819d75d..20e8fee 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -173,7 +173,7 @@ struct plugin_api { /* misc */ void (*srand)(unsigned int seed); int (*rand)(void); - void (*splash)(int ticks, int keymask, bool center, char *fmt, ...); + void (*splash)(int ticks, bool center, char *fmt, ...); void (*qsort)(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *)); int (*kbd_input)(char* buffer, int buflen); |