Add --xsd option to print out the used XSD

This commit is contained in:
2023-01-04 14:47:19 +01:00
parent 3bd46d888d
commit b3827b25c6
5 changed files with 30 additions and 2 deletions

View File

@@ -37,4 +37,9 @@ struct xml_crc_import *xml_import_from_file(const char *path);
*/
void xml_crc_import_free(struct xml_crc_import *data);
/**
* @brief Print XML XSD file to stdout
*/
void xml_print_xsd(void);
#endif /* _ELFPATCHCRC_XML_H_ */