PERF: Added a recurse parameter to xml_yang_minmax_recurse() to avoid "double recursion"

C-API: `candidate_commit()`: validate_level (added in 6.1) marked obsolete
This commit is contained in:
Olof hagsand 2023-02-23 11:39:00 +01:00
parent 2db5961169
commit 55422f4187
9 changed files with 30 additions and 29 deletions

View file

@ -43,6 +43,6 @@
/*
* Prototypes
*/
int xml_yang_minmax_recurse(cxobj *xt, cxobj **xret);
int xml_yang_minmax_recurse(cxobj *xt, int recurse, cxobj **xret);
#endif /* _CLIXON_VALIDATE_MINMAX_H_ */