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 9728dc7399..52656f8fc2 100644
--- a/mpvcore/path.h
+++ b/mpvcore/path.h
@@ -63,4 +63,6 @@ char *mp_getcwd(void *talloc_ctx);
bool mp_path_exists(const char *path);
bool mp_path_isdir(const char *path);
+bool mp_is_url(bstr path);
+
#endif /* MPLAYER_PATH_H */