summaryrefslogtreecommitdiffstats
path: root/common/asxparser.h
diff options
context:
space:
mode:
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 */