1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00
Files
libxml2/include/private/lint.h
2025-05-16 18:03:12 +02:00

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