summaryrefslogtreecommitdiffstats
path: root/asxparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'asxparser.h')
-rw-r--r--asxparser.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/asxparser.h b/asxparser.h
index c5a3b18fc7..5060c331ae 100644
--- a/asxparser.h
+++ b/asxparser.h
@@ -19,6 +19,8 @@
#ifndef MPLAYER_ASXPARSER_H
#define MPLAYER_ASXPARSER_H
+#include "playtree.h"
+
typedef struct ASX_Parser_t ASX_Parser_t;
typedef struct {
@@ -69,4 +71,7 @@ typedef void (*ASX_FreeFunc)(void* arg);
void
asx_list_free(void* list_ptr,ASX_FreeFunc free_func);
+play_tree_t*
+asx_parser_build_tree(struct m_config *mconfig, char* buffer, int ref);
+
#endif /* MPLAYER_ASXPARSER_H */