]> git.mdlowis.com Git - proto/labwc.git/commitdiff
include/common/xml.h: fix declaration/definition arg name difference
authorJohan Malm <jgm323@gmail.com>
Mon, 29 Sep 2025 20:30:04 +0000 (21:30 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 30 Sep 2025 00:38:13 +0000 (02:38 +0200)
include/common/xml.h

index 16c319ec1b2ca2e63c555ec53969868530c5b6ce..e218226fcda821e4002f539fc734ec5bd45d3632 100644 (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);