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 2da469f004..845db14cef 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -217,7 +217,7 @@ struct plugin_api { #endif void (*plugin_tsr)(void (*exit_callback)(void)); int (*create_thread)(void* function, void* stack, int stack_size, char *name); - void (*remove_tread)(void); + void (*remove_tread)(int threadnum); void (*lcd_set_contrast)(int x); /* playback control */ |