X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client.h;h=c9768b9e8bfd433036e8d206a8f9280632be9c9e;hp=6c455166e6233c877862f769a27ece04865608de;hb=791511f3bc18cdc68b3f27b43d9396cf56d99e5a;hpb=eaa046dc3e6496e523a17c3b786ef27067b9795c 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 {