summaryrefslogtreecommitdiffstats
path: root/osdep/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/path.h')
-rw-r--r--osdep/path.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/osdep/path.h b/osdep/path.h
index 6ad4ebad8a..91afbce604 100644
--- a/osdep/path.h
+++ b/osdep/path.h
@@ -1,9 +1,12 @@
#ifndef OSDEP_PATH_H
#define OSDEP_PATH_H
+struct mpv_global;
+
char *mp_get_win_config_path(const char *filename);
// Returns absolute path of a resource file in a Mac OS X application bundle.
-char *mp_get_macosx_bundled_path(const char *filename);
+char *mp_get_macosx_bundled_path(void *talloc_ctx, struct mpv_global *global,
+ const char *filename);
#endif