commit | 6bd2c02a920dc37521e87a87287808c7ef4f8816 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Wed Feb 01 15:04:49 2017 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Wed Feb 01 15:04:49 2017 +0100 |
tree | 6046c42e56fda8950f7f721e57ee1d2d50c9949b | |
parent | 171717dd634557744ee20ce990d232b53e1ca137 [diff] [blame] |
schema parsers CHANGE support extensions refining and deviating
diff --git a/src/parser.h b/src/parser.h index 9e60101..f6db957 100644 --- a/src/parser.h +++ b/src/parser.h
@@ -115,6 +115,8 @@ int lyp_rfn_apply_ext(struct lys_module *module); int lyp_deviation_apply_ext(struct lys_module *module); +void lyp_ext_instance_rm(struct ly_ctx *ctx, struct lys_ext_instance ***ext, uint8_t *size, uint8_t index); + /** * @brief Propagate imports and includes into the main module *