X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_request_api.h;h=194a12e723d69cc06228257ae64a6c82117b7ab7;hb=ca377be0e3dec950f225474197f16c3aa1cd69b7;hp=8ded83ef1edeaf8b57997573669bddbdaec074b1;hpb=6bd8a9818c329bb7526f3db8b8d8ef36a95f303f;p=m6w6%2Fext-http diff --git a/php_http_request_api.h b/php_http_request_api.h index 8ded83e..194a12e 100644 --- a/php_http_request_api.h +++ b/php_http_request_api.h @@ -69,7 +69,6 @@ typedef enum { #define HTTP_REQUEST_BODY_CSTRING 1 #define HTTP_REQUEST_BODY_CURLPOST 2 #define HTTP_REQUEST_BODY_UPLOADFILE 3 -#define HTTP_REQUEST_BODY_UPLOADDATA 4 typedef struct { int type; void *data;