Add user pointer, bump version.

This commit is contained in:
Laurence Withers 2006-08-08 14:51:50 +01:00
parent 4533df2947
commit a2ca4f8122
3 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -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.

View File

@ -12,7 +12,7 @@
# suffixed with a string.
VERMAJOR=1
VERMINOR=2
VERMICRO=0
VERMICRO=1
VEREXTRA=""
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;