1
0
Fork 0
forked from len0rd/rockbox

pluginlib: made local functions in static and made sure that source files include their own header file.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17353 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-05-04 13:21:07 +00:00
parent 517aca8532
commit a36c8f1db3
9 changed files with 23 additions and 19 deletions

View file

@ -26,7 +26,7 @@ void configfile_init(struct plugin_api* newrb)
cfg_rb = newrb;
}
void get_cfg_filename(char* buf, int buf_len, const char* filename)
static void get_cfg_filename(char* buf, int buf_len, const char* filename)
{
char *s;
cfg_rb->strcpy(buf, cfg_rb->plugin_get_current_filename());