Fixes for multiple list keys
This commit is contained in:
parent
5c938febf4
commit
f4e0b4bf20
5 changed files with 85 additions and 27 deletions
|
|
@ -26,7 +26,7 @@
|
|||
/*
|
||||
* Prototypes
|
||||
*/
|
||||
int yang2xmlkeyfmt(yang_stmt *ys, char **xkfmt);
|
||||
int yang2xmlkeyfmt(yang_stmt *ys, int inclkey, char **xkfmt);
|
||||
int xmlkeyfmt2key(char *xkfmt, cvec *cvv, char **xk);
|
||||
int xmlkeyfmt2xpath(char *xkfmt, cvec *cvv, char **xk);
|
||||
int xmldb_get(clicon_handle h, char *db, char *xpath, int vector,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue