virXMLParseHelper: Sync argument names between declaration and definition

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Tim Wiederhake <twiederh@redhat.com>
This commit is contained in:
Peter Krempa 2021-04-14 12:52:35 +02:00
parent 6f29230a46
commit 7a77556e60

View File

@ -101,7 +101,7 @@ virXMLParseHelper(int domcode,
const char *filename,
const char *xmlStr,
const char *url,
xmlXPathContextPtr *pctxt);
xmlXPathContextPtr *ctxt);
const char *
virXMLPickShellSafeComment(const char *str1,