summaryrefslogtreecommitdiffstats
path: root/core/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/path.h')
-rw-r--r--core/path.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/path.h b/core/path.h
index 3711be44b9..a3033199df 100644
--- a/core/path.h
+++ b/core/path.h
@@ -51,6 +51,8 @@ struct bstr mp_dirname(const char *path);
*/
char *mp_path_join(void *talloc_ctx, struct bstr p1, struct bstr p2);
+char *mp_getcwd(void *talloc_ctx);
+
bool mp_path_exists(const char *path);
bool mp_path_isdir(const char *path);