commit | d0b64c11928f78e5405ca5ff6001c5731eb1ca1c | [log] [tgz] |
---|---|---|
author | Pavol Vican <xvican01@stud.fit.vutbr.cz> | Fri Jul 15 09:56:19 2016 +0200 |
committer | Pavol Vican <xvican01@stud.fit.vutbr.cz> | Fri Jul 15 09:56:19 2016 +0200 |
tree | 8fb87dab754a0e21ee1e5b1d8670b5dbea2776f0 | |
parent | ef641d8ab5c45969e390114f328b3e8741c1c5e6 [diff] [blame] |
parser yang CHANGE yang-version statement
diff --git a/src/parser_yang.h b/src/parser_yang.h index 9e5a518..54f65d2 100644 --- a/src/parser_yang.h +++ b/src/parser_yang.h
@@ -116,6 +116,8 @@ int yang_read_prefix(struct lys_module *module, void *save, char *value, enum yytokentype type); +int yang_check_version(struct lys_module *module, struct lys_submodule *submodule, char *value, int repeat); + /** * @brief Add node to the array *