diff asxparser.h @ 30632:dad8e0eb182a

Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.
author diego
date Sat, 20 Feb 2010 20:09:06 +0000
parents c1a3f1bbba26
children dd7f15a3fb1b
line wrap: on
line diff
--- a/asxparser.h	Sat Feb 20 20:01:56 2010 +0000
+++ b/asxparser.h	Sat Feb 20 20:09:06 2010 +0000
@@ -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 {
@@ -67,4 +69,7 @@
 void
 asx_list_free(void* list_ptr,ASX_FreeFunc free_func);
 
+play_tree_t*
+asx_parser_build_tree(char* buffer,int deep);
+
 #endif /* MPLAYER_ASXPARSER_H */