summaryrefslogtreecommitdiffstats
path: root/playtreeparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'playtreeparser.c')
-rw-r--r--playtreeparser.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/playtreeparser.c b/playtreeparser.c
index 8868d20694..65deefff6d 100644
--- a/playtreeparser.c
+++ b/playtreeparser.c
@@ -30,6 +30,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <ctype.h>
+#include "asxparser.h"
#include "m_config.h"
#include "playtree.h"
#include "playtreeparser.h"
@@ -37,9 +38,6 @@
#include "libmpdemux/demuxer.h"
#include "mp_msg.h"
-struct m_config;
-extern play_tree_t*
-asx_parser_build_tree(struct m_config *mconfig, char* buffer, int ref);
#define BUF_STEP 1024