X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client_curl.h;h=beeb8dfb9c78a1ecd46888c61d56933882da10f9;hp=f84107fa3a89b21893cd0beb0a969e6953377187;hb=55d74c2d07edcf6d51fe62bc257c3bde0f7f25d4;hpb=286dfcc5b1e7b24117132c7bff5b8e64ac6ac5d0 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);