diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-07-12 10:05:13 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-07-12 10:05:13 +0000 |
commit | a19acbdadd036e0d2c1ca000661c86922f775d56 (patch) | |
tree | f8cbe3e665a8f886abc2058928e27374cb2c5b4b /apps/plugin.h | |
parent | 4d71da006f490ae454d53dd1a74dad7481cb03c1 (diff) |
Removed picky warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7116 a1c6a512-1295-4272-9138-f99709370657
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 bbef2acb47..36eccfe86f 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -263,7 +263,7 @@ struct plugin_api { long* current_tick; long (*default_event_handler)(long event); long (*default_event_handler_ex)(long event, void (*callback)(void *), void *parameter); - int (*create_thread)(void* function, void* stack, int stack_size, const char *name); + int (*create_thread)(void (*function)(void), void* stack, int stack_size, const char *name); void (*remove_thread)(int threadnum); void (*reset_poweroff_timer)(void); #ifndef SIMULATOR |