X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_env_request.h;h=7b529a1dd00dd7023d86f0b41ee37e3470c4ce91;hp=cc596647145bb92f64d4a0688e4ed4db9ed2c474;hb=bd80b17b026a00a254ee8693cd7bacf1ebdec4cf;hpb=7181a2f2237aaea07a2c25a1255f77a6d6719a89 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);