1
0
Fork 0

Merging upstream version 3.12.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-02 04:14:45 +02:00
parent 6375ddbe5b
commit 580fa3f55c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
66 changed files with 4041 additions and 2142 deletions

View file

@ -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.
*