diff options
author | Jakub Zelenka <bukka@php.net> | 2014-11-30 18:29:48 +0000 |
---|---|---|
committer | Jakub Zelenka <bukka@php.net> | 2014-11-30 18:29:48 +0000 |
commit | 098097d83f06d088b9f769c514d57b126c700833 (patch) | |
tree | f6f00d91ae3a0841adc945f239c2d8d234aa0b6d /ext/json/php_json_scanner.h | |
parent | f18aae6042797dca2535158ca0a783202a9102a1 (diff) | |
download | php-git-098097d83f06d088b9f769c514d57b126c700833.tar.gz |
Fix compilation for json scanner
Diffstat (limited to 'ext/json/php_json_scanner.h')
-rw-r--r-- | ext/json/php_json_scanner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/php_json_scanner.h b/ext/json/php_json_scanner.h index fbf65eac70..203465466b 100644 --- a/ext/json/php_json_scanner.h +++ b/ext/json/php_json_scanner.h @@ -41,7 +41,7 @@ typedef struct _php_json_scanner { void php_json_scanner_init(php_json_scanner *scanner, char *str, int str_len, long options); -int php_json_scan(php_json_scanner *s); +int php_json_scan(php_json_scanner *s TSRMLS_DC); #endif /* PHP_JSON_SCANNER_H */ |