summaryrefslogtreecommitdiffstats
path: root/mpvcore/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/path.h')
-rw-r--r--mpvcore/path.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpvcore/path.h b/mpvcore/path.h
index 52656f8fc2..bae6956ec7 100644
--- a/mpvcore/path.h
+++ b/mpvcore/path.h
@@ -65,4 +65,6 @@ bool mp_path_isdir(const char *path);
bool mp_is_url(bstr path);
+void mp_mk_config_dir(char *subdir);
+
#endif /* MPLAYER_PATH_H */