X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_api.h;h=dd3a4daf43a99420bbc80383a65dc940362912a6;hp=7196048c4b58f77e8bc2b95946e8af30710dd2b1;hb=dfe2dbf042d42f83255b6ff46c2210bcd57ca586;hpb=8b5eb376ae8f5e53cfb66752327043be2669498a diff --git a/php_http_api.h b/php_http_api.h index 7196048..dd3a4da 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -28,8 +28,7 @@ #define HTTP_SUPPORT_MHASHETAGS 0x10L #define HTTP_SUPPORT_SSLREQUESTS 0x20L -#define http_support_global_init() _http_support_global_init(INIT_FUNC_ARGS_PASSTHRU) -extern STATUS _http_support_global_init(INIT_FUNC_ARGS); +extern PHP_MINIT_FUNCTION(http_support); #define http_support(f) _http_support(f) PHP_HTTP_API long _http_support(long feature);