diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-03-10 00:47:25 +0200 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-03-10 00:47:25 +0200 |
commit | 90f5873f1a4b528dc245beb75b834c52ef04b3db (patch) | |
tree | 9ede9db5ad14d812f1211510b9e48ea11c915458 /asxparser.h | |
parent | 15a604c405cb53054853cdc426e124936d6321d8 (diff) | |
parent | 8ba6b4eaf939f34ac34993aa225143b4102f6c02 (diff) | |
download | mpv-90f5873f1a4b528dc245beb75b834c52ef04b3db.tar.bz2 mpv-90f5873f1a4b528dc245beb75b834c52ef04b3db.tar.xz |
Merge svn changes up to r30675
Diffstat (limited to 'asxparser.h')
-rw-r--r-- | asxparser.h | 5 |
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 */ |