comments.h 314 B

123456789
  1. #include <libxml2/libxml/xpath.h>
  2. #include <libxml2/libxml/xpathInternals.h>
  3. #include "dict.h"
  4. #include "xmlbuff.h"
  5. char* anonymizeAuthor(dictionary *authors, xmlChar const *authorName);
  6. void printAuthors(dictionary *authors);
  7. int processAuthors(xmlXPathObjectPtr authors);
  8. int anonymizeComments(XMLBuff *infile);