diff --git a/include/common/xml.h b/include/common/xml.h index 16c319ec..e218226f 100644 --- a/include/common/xml.h +++ b/include/common/xml.h @@ -25,7 +25,7 @@ * * */ -void lab_xml_expand_dotted_attributes(xmlNode *root); +void lab_xml_expand_dotted_attributes(xmlNode *parent); /* Returns true if the node only contains a string or is empty */ bool lab_xml_node_is_leaf(xmlNode *node);