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 859a064dc8..bc6852198d 100644
--- a/ext/curl/curl_private.h
+++ b/ext/curl/curl_private.h
@@ -99,7 +99,7 @@ typedef struct {
struct _php_curl_free *to_free;
struct _php_curl_send_headers header;
struct _php_curl_error err;
- zend_bool in_callback;
+ bool in_callback;
uint32_t* clone;
zval postfields;
/* For CURLOPT_PRIVATE */