Add user pointer, bump version.
This commit is contained in:
parent
4533df2947
commit
a2ca4f8122
Binary file not shown.
|
@ -73,6 +73,8 @@ struct csxml {
|
|||
/// List of attribute values for current element.
|
||||
struct csxml_list elemAttrVals;
|
||||
|
||||
/// User data.
|
||||
void* user;
|
||||
|
||||
|
||||
/*! \brief Error callback: Streamed XML is not well formed.
|
||||
|
|
Loading…
Reference in New Issue