X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_request_api.h;h=b80e42b92637d59e4e8ecdeeb730b7f55c26a083;hb=0fa008b96a52991e19ffcfedf7c78ad0cb4c594f;hp=9a24b3c7ebf0e795fa1d82939be2fdf279ecd5cc;hpb=e103c61ca14d22e9507379810e980075c8323ca3;p=m6w6%2Fext-http diff --git a/php_http_request_api.h b/php_http_request_api.h index 9a24b3c..b80e42b 100644 --- a/php_http_request_api.h +++ b/php_http_request_api.h @@ -18,10 +18,6 @@ #ifndef PHP_HTTP_REQUEST_API_H #define PHP_HTTP_REQUEST_API_H -#define http_request_supports_ssl() _http_request_supports_ssl() -extern zend_bool _http_request_supports_ssl(void); - - #ifdef HTTP_HAVE_CURL #include "php_http_std_defs.h"