X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_env_request.h;h=7b529a1dd00dd7023d86f0b41ee37e3470c4ce91;hb=bfa5d473bdfb59fd39f04c2b8fb77ea4a7e9421b;hp=cc596647145bb92f64d4a0688e4ed4db9ed2c474;hpb=517336efe27e1f8e58e36352478a6d9ffdcdf378;p=m6w6%2Fext-http diff --git a/php_http_env_request.h b/php_http_env_request.h index cc59664..7b529a1 100644 --- a/php_http_env_request.h +++ b/php_http_env_request.h @@ -13,8 +13,7 @@ #ifndef PHP_HTTP_ENV_REQUEST_H #define PHP_HTTP_ENV_REQUEST_H -extern zend_class_entry *php_http_env_request_class_entry; -extern zend_function_entry php_http_env_request_method_entry[]; +zend_class_entry *php_http_env_request_get_class_entry(void); PHP_METHOD(HttpEnvRequest, __construct); PHP_METHOD(HttpEnvRequest, getForm);