summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorRicardo Constantino <wiiaboo@gmail.com>2017-06-30 14:53:33 +0100
committerRicardo Constantino <wiiaboo@gmail.com>2017-06-30 15:03:10 +0100
commitc1f46dbbe9a9b2d1ae6694118244bea8859ab2f0 (patch)
tree0a32902bbd9560fa6b941f9e46a12d81b1ed781c /player/core.h
parentba8160cf59e4c13c6619c131ae14b29046eb212c (diff)
downloadmpv-c1f46dbbe9a9b2d1ae6694118244bea8859ab2f0.tar.bz2
mpv-c1f46dbbe9a9b2d1ae6694118244bea8859ab2f0.tar.xz
scripting: add wrapper to load scripts with user paths
Fixes regression since b2f756c80e, which broke load-script command when used with user paths (ex: ~~/script.lua)
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index 8af0c38dbd..fbc4b1ec7a 100644
--- a/player/core.h
+++ b/player/core.h
@@ -594,6 +594,7 @@ struct mp_scripting {
void mp_load_scripts(struct MPContext *mpctx);
void mp_load_builtin_scripts(struct MPContext *mpctx);
int mp_load_script(struct MPContext *mpctx, const char *fname);
+int mp_load_user_script(struct MPContext *mpctx, const char *fname);
// sub.c
void reset_subtitle_state(struct MPContext *mpctx);