commit | 2443755c5e77ca2ced5aa5c112c35209642c4d2c | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Oct 01 16:00:00 2015 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Oct 01 16:00:00 2015 +0200 |
tree | ce130df4f70e7c21185b1840694b2fc8b8c426ce | |
parent | e8652d8046fdf83310f407f47ce3a9bea2e90251 [diff] [blame] |
xml parser CHANGE function made static
diff --git a/src/parser_xml.c b/src/parser_xml.c index b746398..800ce68 100644 --- a/src/parser_xml.c +++ b/src/parser_xml.c
@@ -783,7 +783,7 @@ } /* logs directly */ -struct lyd_node * +static struct lyd_node * xml_parse_data(struct ly_ctx *ctx, struct lyxml_elem *xml, struct lyd_node *parent, struct lyd_node *prev, int options, struct unres_data *unres) {