comments.h 209 B

123456789
  1. #include <libxml2/libxml/xpath.h>
  2. #include <libxml2/libxml/xpathInternals.h>
  3. #include <binn.h>
  4. #include "xmlbuff.h"
  5. extern char binnFile[256];
  6. extern int deanonymize;
  7. int anonymizeComments(XMLBuff *infile);