summaryrefslogtreecommitdiff
path: root/ext/json/php_json_parser.h
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2016-05-11 20:54:42 +0100
committerJakub Zelenka <bukka@php.net>2016-05-11 20:54:42 +0100
commitb91c05ea1411778876d7afd85461864cbde0d67a (patch)
tree864839e290a2ae485f852c62bddbd60038c30cd3 /ext/json/php_json_parser.h
parentafb4062c2c66d3080c08693af47c670bb63c285e (diff)
downloadphp-git-b91c05ea1411778876d7afd85461864cbde0d67a.tar.gz
Fix and clean up exporting of json parser
Diffstat (limited to 'ext/json/php_json_parser.h')
-rw-r--r--ext/json/php_json_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/php_json_parser.h b/ext/json/php_json_parser.h
index 997213f42e..0eb9da3073 100644
--- a/ext/json/php_json_parser.h
+++ b/ext/json/php_json_parser.h
@@ -79,7 +79,7 @@ PHP_JSON_API void php_json_parser_init(
PHP_JSON_API php_json_error_code php_json_parser_error_code(const php_json_parser *parser);
-PHP_JSON_API int php_json_yyparse(php_json_parser *parser);
+PHP_JSON_API int php_json_parse(php_json_parser *parser);
#endif /* PHP_JSON_PARSER_H */