summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-05-16 23:43:30 +0000
committerSterling Hughes <sterling@php.net>2001-05-16 23:43:30 +0000
commitffc997f14980ad3beff2c6a9018576aa105b3485 (patch)
tree444da1198106f1267b6d6647c9c1ea3f16ee8eb1 /ext/curl/php_curl.h
parentda2250533364db42440ff1552cb635108bb6703a (diff)
downloadphp-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.h1
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 {