X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_client_curl.h;h=beeb8dfb9c78a1ecd46888c61d56933882da10f9;hb=a1d6c90d8630ec1385f10052656d129498720adf;hp=f84107fa3a89b21893cd0beb0a969e6953377187;hpb=286dfcc5b1e7b24117132c7bff5b8e64ac6ac5d0;p=m6w6%2Fext-http diff --git a/src/php_http_client_curl.h b/src/php_http_client_curl.h index f84107f..beeb8df 100644 --- a/src/php_http_client_curl.h +++ b/src/php_http_client_curl.h @@ -49,6 +49,7 @@ static inline void php_http_client_curl_get_timeout(php_http_client_curl_t *curl } PHP_HTTP_API void php_http_client_curl_responsehandler(php_http_client_t *client); +PHP_HTTP_API void php_http_client_curl_loop(php_http_client_t *client, curl_socket_t s, int curl_action); PHP_MINIT_FUNCTION(http_client_curl); PHP_MSHUTDOWN_FUNCTION(http_client_curl);