Merging upstream version 3.12.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6375ddbe5b
commit
580fa3f55c
66 changed files with 4041 additions and 2142 deletions
|
@ -134,6 +134,15 @@ void lysc_ext_instance_free(struct lysf_ctx *ctx, struct lysc_ext_instance *ext)
|
|||
*/
|
||||
void lysc_iffeature_free(struct lysf_ctx *ctx, struct lysc_iffeature *iff);
|
||||
|
||||
/**
|
||||
* @brief Free the compiled range structure.
|
||||
*
|
||||
* @param[in] ctx Free context.
|
||||
* @param[in,out] range Compiled range structure to be freed.
|
||||
* Since the structure is typically part of the sized array, the structure itself is not freed.
|
||||
*/
|
||||
void lysc_range_free(struct lysf_ctx *ctx, struct lysc_range *range);
|
||||
|
||||
/**
|
||||
* @brief Free a compiled pattern.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue