summaryrefslogtreecommitdiff
path: root/lib/yang.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yang.h')
-rw-r--r--lib/yang.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/yang.h b/lib/yang.h
index 57131f478b..c4fc78b8ae 100644
--- a/lib/yang.h
+++ b/lib/yang.h
@@ -827,7 +827,8 @@ extern int yang_xpath_pop_node(char *xpath);
* Return: a libyang error or LY_SUCCESS.
*/
extern 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);
/*
* Libyang future functions