xref: /aosp_15_r20/external/libxml2/include/private/shell.h (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker #ifndef XML_SHELL_H_PRIVATE__
2*7c568831SAndroid Build Coastguard Worker #define XML_SHELL_H_PRIVATE__
3*7c568831SAndroid Build Coastguard Worker 
4*7c568831SAndroid Build Coastguard Worker void
5*7c568831SAndroid Build Coastguard Worker xmllintShell(xmlDocPtr doc, const char *filename, FILE *output);
6*7c568831SAndroid Build Coastguard Worker 
7*7c568831SAndroid Build Coastguard Worker #endif /* XML_SHELL_H_PRIVATE__ */
8