forked from len0rd/rockbox
plugins: another round of making local things static and adding missing #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31453 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7949dd4dae
commit
d2cdd80f5c
11 changed files with 57 additions and 52 deletions
|
@ -93,14 +93,14 @@ struct jackpot
|
|||
};
|
||||
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
void patterns_init(struct screen* display)
|
||||
static void patterns_init(struct screen* display)
|
||||
{
|
||||
int i;
|
||||
for(i=0;i<NB_SLOTS;i++)
|
||||
char_patterns[i]=display->get_locked_pattern();
|
||||
}
|
||||
|
||||
void patterns_deinit(struct screen* display)
|
||||
static void patterns_deinit(struct screen* display)
|
||||
{
|
||||
/* Restore the old pattern */
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue