commit | d6cda45f319ef6763ff3bb4264b001c335f285bc | [log] [tgz] |
---|---|---|
author | Pavol Vican <xvican01@stud.fit.vutbr.cz> | Wed Jul 13 15:08:29 2016 +0200 |
committer | Pavol Vican <xvican01@stud.fit.vutbr.cz> | Thu Jul 14 08:53:58 2016 +0200 |
tree | f5e184e1d4d3f0959276729b51cf651498bc8eb8 | |
parent | 7edf706cd228d29540adfe49ae93b4c98cba8015 [diff] [blame] |
parser BUGFIX does not check duplicated identifiers in identity
diff --git a/src/parser.h b/src/parser.h index 12ad1bf..a499a33 100644 --- a/src/parser.h +++ b/src/parser.h
@@ -75,6 +75,9 @@ const struct lys_node *node); int dup_typedef_check(const char *type, struct lys_tpdf *tpdf, int size); + +int dup_identities_check(const char *id, struct lys_module *module); + /** * @brief Get know if the node is part of the RPC's input/output *