mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

Move source code for xmllint shell to shell.c and move it from the libxml2 library to the xmllint executable. Also allow shell to run without XPath and debug modules. Add stubs for old shell API functions in legacy build mode.
8 lines
167 B
C
8 lines
167 B
C
#ifndef XML_SHELL_H_PRIVATE__
|
|
#define XML_SHELL_H_PRIVATE__
|
|
|
|
void
|
|
xmllintShell(xmlDocPtr doc, const char *filename, FILE *output);
|
|
|
|
#endif /* XML_SHELL_H_PRIVATE__ */
|