X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_info.h;h=579f5733b91967be9db0c27b95904472cad3b88a;hb=5ed9792021f1700c2b1e5682c43a0ccca9e97960;hp=d31b505d8d3e378b99628acbf4b906e2cb179121;hpb=a4114b0ea5757190fdd7218dbf23588b6ae6e9a8;p=m6w6%2Fext-http diff --git a/php_http_info.h b/php_http_info.h index d31b505..579f573 100644 --- a/php_http_info.h +++ b/php_http_info.h @@ -54,10 +54,10 @@ typedef struct php_http_info { PHP_HTTP_INFO_IMPL(http, type) } php_http_info_t; -typedef zend_bool (*php_http_info_callback_t)(void **callback_data, HashTable **headers, php_http_info_t *info TSRMLS_DC); +typedef zend_bool (*php_http_info_callback_t)(void **callback_data, HashTable **headers, php_http_info_t *info); -PHP_HTTP_API php_http_info_t *php_http_info_init(php_http_info_t *info TSRMLS_DC); -PHP_HTTP_API php_http_info_t *php_http_info_parse(php_http_info_t *info, const char *pre_header TSRMLS_DC); +PHP_HTTP_API php_http_info_t *php_http_info_init(php_http_info_t *info); +PHP_HTTP_API php_http_info_t *php_http_info_parse(php_http_info_t *info, const char *pre_header); PHP_HTTP_API void php_http_info_dtor(php_http_info_t *info); PHP_HTTP_API void php_http_info_free(php_http_info_t **info);