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 4656b05be5..8ee2534372 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -189,7 +189,7 @@ struct plugin_api {
189 void (*usb_screen)(void); 189 void (*usb_screen)(void);
190 long* current_tick; 190 long* current_tick;
191 int (*default_event_handler)(int event); 191 int (*default_event_handler)(int event);
192 int (*create_thread)(void* function, void* stack, int stack_size, char *name); 192 int (*create_thread)(void* function, void* stack, int stack_size, const char *name);
193 void (*remove_thread)(int threadnum); 193 void (*remove_thread)(int threadnum);
194 void (*reset_poweroff_timer)(void); 194 void (*reset_poweroff_timer)(void);
195 195