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 3e72248ebc..8cf7e63709 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -192,7 +192,7 @@ struct plugin_api {
192 void (*yield)(void); 192 void (*yield)(void);
193 long* current_tick; 193 long* current_tick;
194 int (*default_event_handler)(int event); 194 int (*default_event_handler)(int event);
195 int (*default_event_handler_ex)(int event, void (*callback)(void *), void *parameter); 195 int (*default_event_handler_ex)(long event, void (*callback)(void *), void *parameter);
196 int (*create_thread)(void* function, void* stack, int stack_size, const char *name); 196 int (*create_thread)(void* function, void* stack, int stack_size, const char *name);
197 void (*remove_thread)(int threadnum); 197 void (*remove_thread)(int threadnum);
198 void (*reset_poweroff_timer)(void); 198 void (*reset_poweroff_timer)(void);