mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-10-27 11:34:09 +03:00
testCompareDomXML2XMLFiles: add parseFlags parameter
Allow testing XML parsing with different flags.
This commit is contained in:
@@ -142,6 +142,7 @@ int testCompareDomXML2XMLFiles(virCapsPtr caps,
|
||||
const char *outfile,
|
||||
bool live,
|
||||
testCompareDomXML2XMLPreFormatCallback cb,
|
||||
const void *opaque);
|
||||
const void *opaque,
|
||||
unsigned int parseFlags);
|
||||
|
||||
#endif /* __VIT_TEST_UTILS_H__ */
|
||||
|
||||
Reference in New Issue
Block a user