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 be08091..2bcdffb 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -203,7 +203,7 @@ struct plugin_api { void (*bitswap)(unsigned char *data, int length); #endif struct user_settings* global_settings; - void (*backlight_set_timeout)(unsigned int index); + void (*backlight_set_timeout)(int index); }; /* defined by the plugin loader (plugin.c) */ |