From 0913d9fc0ea4975eb0dd37f5ca84af2264833687 Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Sat, 27 Jul 2024 01:07:57 -0400 Subject: lib: constify yang_resolve_snode_xpath results Signed-off-by: Christian Hopps ang --- lib/yang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/yang.c') diff --git a/lib/yang.c b/lib/yang.c index 6c1aed00cc..14d5b118c6 100644 --- a/lib/yang.c +++ b/lib/yang.c @@ -286,7 +286,7 @@ void yang_snode_get_path(const struct lysc_node *snode, } LY_ERR yang_resolve_snode_xpath(struct ly_ctx *ly_ctx, const char *xpath, - struct lysc_node ***snodes, bool *simple) + const struct lysc_node ***snodes, bool *simple) { struct lysc_node *snode; struct ly_set *set; -- cgit v1.2.3