Nick Wellnhofer bfe6af2eed fuzz: Remove hacks to build lint fuzzer
Don't include source file directly.
2025-01-17 20:06:45 +01:00

16 lines
314 B
C

#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__ */