Moved map functions from clixon_string to _map, new ptr2ptr map

This commit is contained in:
Olof hagsand 2024-08-10 13:33:08 +02:00
parent 781c9d9d27
commit 275cefbae7
47 changed files with 366 additions and 180 deletions

View file

@ -308,7 +308,7 @@ xml_nsctx_node(cxobj *xn,
* Primary use is Yang path statements, eg leafrefs and others
* Fully explore all prefix:namespace pairs from context of one node
* @param[in] yn Yang statement in module tree (or module itself)
* @param[out] ncp XML namespace context
* @param[out] ncp XML namespace context (caller frees with cvec_free)
* @retval 0 OK
* @retval -1 Error
* @code