commit | 5f8f033d6ed24e63fbe05994198c972624c6aaba | [log] [tgz] |
---|---|---|
author | David Sedlák <xsedla1d@stud.fit.vutbr.cz> | Tue Jun 18 16:34:30 2019 +0200 |
committer | David Sedlák <xsedla1d@stud.fit.vutbr.cz> | Tue Jun 18 16:34:30 2019 +0200 |
tree | 88d55d35cedfde71326d72f4419fd1812f870d6f | |
parent | 11900c85d561ffb04f60d7062f5ac7b40b6ed173 [diff] [blame] |
internal tree schema CHANGE add lysp_ prefix to match_kw function
diff --git a/src/tree_schema_internal.h b/src/tree_schema_internal.h index a35a594..e263542 100644 --- a/src/tree_schema_internal.h +++ b/src/tree_schema_internal.h
@@ -691,6 +691,6 @@ * * return yang_keyword values. */ -enum yang_keyword match_kw(struct lys_parser_ctx *ctx, const char **data); +enum yang_keyword lysp_match_kw(struct lys_parser_ctx *ctx, const char **data); #endif /* LY_TREE_SCHEMA_INTERNAL_H_ */