diff playtreeparser.c @ 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 9fc9d1e788aa
line wrap: on
line diff
--- a/playtreeparser.c	Sat Feb 20 20:01:56 2010 +0000
+++ b/playtreeparser.c	Sat Feb 20 20:09:06 2010 +0000
@@ -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"
@@ -38,9 +39,6 @@
 #include "mp_msg.h"
 
 
-extern play_tree_t*
-asx_parser_build_tree(char* buffer, int ref);
-
 #define BUF_STEP 1024
 
 #define WHITES " \n\r\t"