More than one restconf input arg

This commit is contained in:
Olof Hagsand 2017-10-29 17:03:09 +01:00
parent 7b719cc6db
commit 145f6acd2e
2 changed files with 5 additions and 3 deletions

View file

@ -1032,7 +1032,7 @@ xpath_each(cxobj *xcur,
* xn = xvec[i];
* ...
* }
* free(vec);
* free(xvec);
* @endcode
* @note Although the returned vector must be freed after use,
* the returned xml trees should not.