X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_misc.h;h=1cac48b266d0f543ee51fd43fefb18881952d5a7;hb=386eac96d8be8fe55be83cb3b4a54ecd0988d24d;hp=2b3d6e96226d244d2fb99a76d8e670eb4936c6e3;hpb=d3485e3b28336153dca690e872ffe1ddc60fedd2;p=m6w6%2Fext-http diff --git a/php_http_misc.h b/php_http_misc.h index 2b3d6e9..1cac48b 100644 --- a/php_http_misc.h +++ b/php_http_misc.h @@ -373,7 +373,7 @@ extern int php_http_array_apply_merge_func(void *pDest TSRMLS_DC, int num_args, /* PASS CALLBACK */ typedef size_t (*php_http_pass_callback_t)(void *cb_arg, const char *str, size_t len); -typedef size_t (*php_http_pass_php_http_buffer_callback_t)(void *cb_arg, php_http_buffer *str); +typedef size_t (*php_http_pass_php_http_buffer_callback_t)(void *cb_arg, php_http_buffer_t *str); typedef struct php_http_pass_callback_arg { size_t (*cb_zts)(void *cb_arg, const char *str, size_t len TSRMLS_DC);