summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 819d75dc24..20e8feeb58 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -173,7 +173,7 @@ struct plugin_api {
173 /* misc */ 173 /* misc */
174 void (*srand)(unsigned int seed); 174 void (*srand)(unsigned int seed);
175 int (*rand)(void); 175 int (*rand)(void);
176 void (*splash)(int ticks, int keymask, bool center, char *fmt, ...); 176 void (*splash)(int ticks, bool center, char *fmt, ...);
177 void (*qsort)(void *base, size_t nmemb, size_t size, 177 void (*qsort)(void *base, size_t nmemb, size_t size,
178 int(*compar)(const void *, const void *)); 178 int(*compar)(const void *, const void *));
179 int (*kbd_input)(char* buffer, int buflen); 179 int (*kbd_input)(char* buffer, int buflen);