X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_cookie.h;h=d524fee3580a2088e46c78a31816a33a629eca11;hp=340084d9c459544d66185021ccb240f9687ff265;hb=7566d9549758b56d37b86473feb16248378744e0;hpb=20a7c37b273e313e53a37f4406eb49898dd50b6d diff --git a/php_http_cookie.h b/php_http_cookie.h index 340084d..d524fee 100644 --- a/php_http_cookie.h +++ b/php_http_cookie.h @@ -55,8 +55,7 @@ PHP_HTTP_API php_http_cookie_list_t *php_http_cookie_list_from_struct(php_http_c PHP_HTTP_API void php_http_cookie_list_to_struct(php_http_cookie_list_t *list, zval *strct); -extern zend_class_entry *php_http_cookie_class_entry; -extern zend_function_entry php_http_cookie_method_entry[]; +zend_class_entry *php_http_cookie_get_class_entry(void); typedef struct php_http_cookie_object { zend_object o;