Merging upstream version 3.7.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
099007bbc4
commit
a3c6363c26
52 changed files with 13518 additions and 998 deletions
|
@ -78,7 +78,7 @@ LY_ERR lys_compile_type_range(struct lysc_ctx *ctx, const struct lysp_restr *ran
|
|||
* @param[in,out] code Compiled PCRE2 pattern. If NULL, the compiled information used to validate pattern are freed.
|
||||
* @return LY_ERR value - LY_SUCCESS, LY_EMEM, LY_EVALID.
|
||||
*/
|
||||
LY_ERR lys_compile_type_pattern_check(struct ly_ctx *ctx, const char *pattern, pcre2_code **code);
|
||||
LY_ERR lys_compile_type_pattern_check(const struct ly_ctx *ctx, const char *pattern, pcre2_code **code);
|
||||
|
||||
/**
|
||||
* @brief Compile parsed pattern restriction in conjunction with the patterns from base type.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue