mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix and clean up exporting of json parser
This commit is contained in:
parent
afb4062c2c
commit
b91c05ea14
3 changed files with 17 additions and 7 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue