diff options
author | Sterling Hughes <sterling@php.net> | 2001-05-16 23:43:30 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-05-16 23:43:30 +0000 |
commit | ffc997f14980ad3beff2c6a9018576aa105b3485 (patch) | |
tree | 444da1198106f1267b6d6647c9c1ea3f16ee8eb1 /ext/curl/php_curl.h | |
parent | da2250533364db42440ff1552cb635108bb6703a (diff) | |
download | php-git-ffc997f14980ad3beff2c6a9018576aa105b3485.tar.gz |
Add a compile check for the cURL version and fix the compile in general.
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 2800f324d4..49d2d6c99f 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -57,6 +57,7 @@ typedef struct { FILE *fp; smart_str buf; int method; + int type; } php_curl_write; typedef struct { |