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.
|
/// List of attribute values for current element.
|
||||||
struct csxml_list elemAttrVals;
|
struct csxml_list elemAttrVals;
|
||||||
|
|
||||||
|
/// User data.
|
||||||
|
void* user;
|
||||||
|
|
||||||
|
|
||||||
/*! \brief Error callback: Streamed XML is not well formed.
|
/*! \brief Error callback: Streamed XML is not well formed.
|
||||||
|
|
2
version
2
version
|
@ -12,7 +12,7 @@
|
||||||
# suffixed with a string.
|
# suffixed with a string.
|
||||||
VERMAJOR=1
|
VERMAJOR=1
|
||||||
VERMINOR=2
|
VERMINOR=2
|
||||||
VERMICRO=0
|
VERMICRO=1
|
||||||
VEREXTRA=""
|
VEREXTRA=""
|
||||||
|
|
||||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||||
|
|
Loading…
Reference in New Issue