include/common/xml.h: fix declaration/definition arg name difference

This commit is contained in:
Johan Malm 2025-09-29 21:30:04 +01:00 committed by Consolatis
parent 60d536304b
commit c8581b3fed

View file

@ -25,7 +25,7 @@
* </action>
* </keybind>
*/
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);