summaryrefslogtreecommitdiff
path: root/ext/curl/curl_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/curl/curl_private.h')
-rw-r--r--ext/curl/curl_private.h2
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;