diff options
Diffstat (limited to 'apps/plugins/lib/configfile.c')
| -rw-r--r-- | apps/plugins/lib/configfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/configfile.c b/apps/plugins/lib/configfile.c index 7c7d56e..b0d134f 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()); |