diff options
Diffstat (limited to 'ext/curl/php_curl.h')
| -rw-r--r-- | ext/curl/php_curl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index 471bfb7166..7881c2f26b 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -92,6 +92,7 @@ typedef struct { struct _php_curl_error err; struct _php_curl_free to_free; long id; + unsigned int uses; } php_curl; /* streams support */ |
