comments.h 247 B

123456789101112
  1. #include <libxml2/libxml/xpath.h>
  2. #include <libxml2/libxml/xpathInternals.h>
  3. #include <binn.h>
  4. #include "xmlbuff.h"
  5. #define ANONYMIZE 0
  6. #define DEANONYMIZE 1
  7. extern char binnFile[256];
  8. extern int action;
  9. int anonymizeComments(XMLBuff *infile);