summaryrefslogtreecommitdiff
path: root/ext/json/php_json_scanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/php_json_scanner.h')
-rw-r--r--ext/json/php_json_scanner.h2
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 */