diff options
Diffstat (limited to 'ext/curl/curl_private.h')
-rw-r--r-- | ext/curl/curl_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/curl_private.h b/ext/curl/curl_private.h index e6c71dbb88..f893db18cc 100644 --- a/ext/curl/curl_private.h +++ b/ext/curl/curl_private.h @@ -119,7 +119,7 @@ typedef struct { int still_running; CURLM *multi; zend_llist easyh; - php_curlm_handlers *handlers; + php_curlm_handlers handlers; struct { int no; } err; |