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
  *