summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index be08091eba..2bcdffb344 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -203,7 +203,7 @@ struct plugin_api {
203 void (*bitswap)(unsigned char *data, int length); 203 void (*bitswap)(unsigned char *data, int length);
204#endif 204#endif
205 struct user_settings* global_settings; 205 struct user_settings* global_settings;
206 void (*backlight_set_timeout)(unsigned int index); 206 void (*backlight_set_timeout)(int index);
207}; 207};
208 208
209/* defined by the plugin loader (plugin.c) */ 209/* defined by the plugin loader (plugin.c) */