FAQ and example

This commit is contained in:
Olof hagsand 2016-02-23 22:49:22 +01:00
parent 33fac8a4c6
commit 554c1cb9de
7 changed files with 124 additions and 6 deletions

View file

@ -50,7 +50,10 @@ typedef int (xml_applyfn_t)(cxobj *yn, void *arg);
/*
* xml_flag() flags:
*/
#define XML_FLAG_MARK 0x01 /* Marker for dynamic algorithms, eg expand */
#define XML_FLAG_MARK 0x01 /* Marker for dynamic algorithms, eg expand */
#define XML_FLAG_ADD 0x02 /* Node is added (commits) */
#define XML_FLAG_DEL 0x04 /* Node is deleted (commits) */
#define XML_FLAG_CHANGE 0x08 /* Node is changed (commits) */
/*
* Prototypes