summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/path.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/options/path.c b/options/path.c
index 8fe44a2a2d..e40425fdc7 100644
--- a/options/path.c
+++ b/options/path.c
@@ -45,8 +45,6 @@
#define STRNULL(s) ((s) ? (s) : "(NULL)")
-
-
static void mp_add_xdg_config_dirs(void *talloc_ctx, struct mpv_global *global,
char **dirs, int i)
{
@@ -133,8 +131,6 @@ static char **mp_config_dirs(void *talloc_ctx, struct mpv_global *global)
return ret;
}
-
-
char *mp_find_config_file(void *talloc_ctx, struct mpv_global *global,
const char *filename)
{
@@ -159,6 +155,7 @@ char *mp_find_config_file(void *talloc_ctx, struct mpv_global *global,
STRNULL(res));
return res;
}
+
char **mp_find_all_config_files(void *talloc_ctx, struct mpv_global *global,
const char *filename)
{