summaryrefslogtreecommitdiff
path: root/libs/xml.c/src/xml.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-09-21 20:37:34 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-09-21 20:37:34 +0200
commit051666a90b2c4779efdc8cfb49ab7316c94b58b0 (patch)
tree041ad949685731db2b824f502f0a7a8e64715517 /libs/xml.c/src/xml.h
parent946a0c939c0cb7c28c9af9b7e4e2b20c45dd3702 (diff)
peppol file importing + invoice rw tests
Diffstat (limited to 'libs/xml.c/src/xml.h')
-rw-r--r--libs/xml.c/src/xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/xml.c/src/xml.h b/libs/xml.c/src/xml.h
index 688a4be..b5ce81f 100644
--- a/libs/xml.c/src/xml.h
+++ b/libs/xml.c/src/xml.h
@@ -154,7 +154,7 @@ struct xml_string* xml_node_attribute_content(struct xml_node* node, size_t attr
* @warning Last argument must be 0
*/
struct xml_node* xml_easy_child(struct xml_node* node, uint8_t const* child, ...);
-
+struct xml_node* xml_easy_vchild(struct xml_node* node, uint8_t const* child_name, va_list arguments);
/**