X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=inline;f=php_http_client.h;fp=php_http_client.h;h=c9768b9e8bfd433036e8d206a8f9280632be9c9e;hb=498493b4cb032edc2ec5b8baa51bebf70ad77d6a;hp=6c455166e6233c877862f769a27ece04865608de;hpb=58d75e97cc9b93f102bae2d57fd4a62adc000346;p=m6w6%2Fext-http diff --git a/php_http_client.h b/php_http_client.h index 6c45516..c9768b9 100644 --- a/php_http_client.h +++ b/php_http_client.h @@ -84,7 +84,7 @@ typedef struct php_http_client_progress_state { unsigned finished:1; } php_http_client_progress_state_t; -typedef STATUS (*php_http_client_response_callback_t)(void *arg, struct php_http_client *client, php_http_client_enqueue_t *e, php_http_message_t **request, php_http_message_t **response); +typedef STATUS (*php_http_client_response_callback_t)(void *arg, struct php_http_client *client, php_http_client_enqueue_t *e, php_http_message_t **response); typedef void (*php_http_client_progress_callback_t)(void *arg, struct php_http_client *client, php_http_client_enqueue_t *e, php_http_client_progress_state_t *state); typedef struct php_http_client {