forked from len0rd/rockbox
plugins: make local functions static for a subset of plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30564 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e03faf835d
commit
d91e67acc9
14 changed files with 124 additions and 122 deletions
|
@ -81,7 +81,7 @@ static void sort_buffer(void)
|
|||
rb->qsort(pointers, num_entries, sizeof(char *), compare);
|
||||
}
|
||||
|
||||
int read_buffer(int offset)
|
||||
static int read_buffer(int offset)
|
||||
{
|
||||
int fd;
|
||||
char *buf_ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue