summaryrefslogtreecommitdiffstats
path: root/common/asxparser.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 20:15:47 +0100
committerwm4 <wm4@nowhere>2013-12-21 21:43:16 +0100
commit9149e2af568d4cb251f8b105f360c3e6b9fd9d86 (patch)
treed0f5f290d161723c06008f71087365d4296e06b4 /common/asxparser.h
parent8cd1b33a22bef714e1185bc8e435d68530caac09 (diff)
downloadmpv-9149e2af568d4cb251f8b105f360c3e6b9fd9d86.tar.bz2
mpv-9149e2af568d4cb251f8b105f360c3e6b9fd9d86.tar.xz
playlist_parser: mp_msg conversion
Diffstat (limited to 'common/asxparser.h')
-rw-r--r--common/asxparser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/asxparser.h b/common/asxparser.h
index e49a2cedc0..87e0f759c8 100644
--- a/common/asxparser.h
+++ b/common/asxparser.h
@@ -22,6 +22,7 @@
#include <stdbool.h>
struct playlist;
-bool asx_parse(char* buffer, struct playlist *pl);
+struct mp_log;
+bool asx_parse(char* buffer, struct playlist *pl, struct mp_log *log);
#endif /* MPLAYER_ASXPARSER_H */