]> xenbits.xensource.com Git - libvirt.git/commitdiff
virXMLParseHelper: Sync argument names between declaration and definition
authorPeter Krempa <pkrempa@redhat.com>
Wed, 14 Apr 2021 10:52:35 +0000 (12:52 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 16 Apr 2021 11:17:35 +0000 (13:17 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Tim Wiederhake <twiederh@redhat.com>
src/util/virxml.h

index 84fa4f4baf064e546bd2634ba869315e09a16f7c..fce1c28e8936da9f9d02834de7d2f4b46e5def9a 100644 (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,