Fix and clean up exporting of json parser

This commit is contained in:
Jakub Zelenka 2016-05-11 20:54:42 +01:00
parent afb4062c2c
commit b91c05ea14
3 changed files with 17 additions and 7 deletions

View file

@ -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 */