From a36c8f1db3b1fbb2ce2dbb834032c4e84f30add7 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 4 May 2008 13:21:07 +0000 Subject: 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 --- apps/plugins/lib/configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lib/configfile.c') diff --git a/apps/plugins/lib/configfile.c b/apps/plugins/lib/configfile.c index 7c7d56e4e5..b0d134fae9 100644 --- a/apps/plugins/lib/configfile.c +++ b/apps/plugins/lib/configfile.c @@ -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()); -- cgit v1.2.3