summaryrefslogtreecommitdiff
path: root/ext/json/php_json_parser.h
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2016-05-11 21:11:47 +0100
committerJakub Zelenka <bukka@php.net>2016-05-11 21:11:47 +0100
commit0a0e42d1f5867ae273198092b0eecc2e5edc25bd (patch)
tree0ed187621f11e5391cc402d2e20957872b952855 /ext/json/php_json_parser.h
parentb91c05ea1411778876d7afd85461864cbde0d67a (diff)
downloadphp-git-0a0e42d1f5867ae273198092b0eecc2e5edc25bd.tar.gz
Add php_json_yyparse for direct use in json ext
Diffstat (limited to 'ext/json/php_json_parser.h')
-rw-r--r--ext/json/php_json_parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/json/php_json_parser.h b/ext/json/php_json_parser.h
index 0eb9da3073..f817a2da70 100644
--- a/ext/json/php_json_parser.h
+++ b/ext/json/php_json_parser.h
@@ -81,5 +81,7 @@ PHP_JSON_API php_json_error_code php_json_parser_error_code(const php_json_parse
PHP_JSON_API int php_json_parse(php_json_parser *parser);
+int php_json_yyparse(php_json_parser *parser);
+
#endif /* PHP_JSON_PARSER_H */