summaryrefslogtreecommitdiffstats
path: root/asxparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'asxparser.h')
-rw-r--r--asxparser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/asxparser.h b/asxparser.h
index 9763b69902..7b148a7775 100644
--- a/asxparser.h
+++ b/asxparser.h
@@ -14,10 +14,12 @@ struct ASX_Parser_t {
int ret_stack_size;
char* last_body;
int deep;
+ struct m_config *mconfig;
};
+struct m_config;
ASX_Parser_t*
-asx_parser_new(void);
+asx_parser_new(struct m_config *mconfig);
void
asx_parser_free(ASX_Parser_t* parser);