Files

16 lines
312 B
C
Raw Permalink Normal View History

2026-07-19 22:48:13 +08:00
#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__ */