Hash :
bfe6af2e
Author :
Date :
2025-01-17T17:09:04
fuzz: Remove hacks to build lint fuzzer Don't include source file directly.
#ifndef XML_LINT_H_PRIVATE__
#define XML_LINT_H_PRIVATE__
#include <stdio.h>
#include <libxml/parser.h>
int
xmllintMain(int argc, const char **argv, FILE *errStream,
xmlResourceLoader loader);
void
xmllintShell(xmlDocPtr doc, const char *filename, FILE *output);
#endif /* XML_LINT_H_PRIVATE__ */