bloodrun-editor/libxml2/include/private/lint.h
2026-04-02 20:51:01 +08:00

15 lines
312 B
C
Executable file

#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(xmlDoc *doc, const char *filename, FILE *output);
#endif /* XML_LINT_H_PRIVATE__ */