From 4a2e468d4b29c3fd4b89c7b33cd9aefba885bfd6 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 20 Feb 2010 20:09:06 +0000 Subject: Add asx_parser_build_tree() to asxparser.h instead of forward declaring it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30674 b3059339-0415-0410-9bf9-f77b7e298cf2 --- asxparser.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'asxparser.h') diff --git a/asxparser.h b/asxparser.h index b300dde0e3..5422a955f6 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 { @@ -67,4 +69,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(char* buffer,int deep); + #endif /* MPLAYER_ASXPARSER_H */ -- cgit v1.2.3