X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_curl.h;h=6e9cc1623053a888a905576013977729f3a15516;hb=302bc074669c2fdcfebd9d7db8ef521899317dd9;hp=89f1948a11ea0c6d07bc23a1e49f2e3fd92f2dda;hpb=df06e2dbf48a3b0d96f2c62071c1b5fc907a98d0;p=m6w6%2Fext-http diff --git a/php_http_curl.h b/php_http_curl.h index 89f1948..6e9cc16 100644 --- a/php_http_curl.h +++ b/php_http_curl.h @@ -15,4 +15,11 @@ struct php_http_request_pool_globals { }; #endif +extern zend_class_entry *php_http_curl_class_entry; +extern zend_function_entry php_http_curl_method_entry[]; + +#define php_http_curl_new php_http_object_new + +PHP_METHOD(HttpCURL, __construct); + #endif