1
0
Fork 0
forked from len0rd/rockbox

inconsistent argument type for backlight_set_timeout() fixed

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4287 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-01-30 23:27:44 +00:00
parent 25a1add8cf
commit 73681ff4ef
4 changed files with 6 additions and 6 deletions

View file

@ -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) */