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
|
|
@ -683,7 +683,7 @@ int bpm_step_counter = 0;
|
|||
#define MET_IS_PLAYING rb->mp3_is_playing()
|
||||
#define MET_PLAY_STOP rb->mp3_play_stop()
|
||||
|
||||
void callback(unsigned char** start, size_t* size)
|
||||
static void callback(unsigned char** start, size_t* size)
|
||||
{
|
||||
(void)start; /* unused parameter, avoid warning */
|
||||
*size = 0; /* end of data */
|
||||
|
|
@ -691,7 +691,7 @@ void callback(unsigned char** start, size_t* size)
|
|||
rb->led(0);
|
||||
}
|
||||
|
||||
void play_tock(void)
|
||||
static void play_tock(void)
|
||||
{
|
||||
sound_active = true;
|
||||
rb->led(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue