X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_response.h;h=4a304eda00e389a831d1900d6f7780d3f59e6813;hp=704f7276cd27938e3e8d0dc9a5fb5486b846c67f;hb=7ba90c6d9d6843549fb9227d1a7aa05033e60772;hpb=6cc24086f57aa1e8f4d6a2c12361635e7c24f60f diff --git a/php_http_client_response.h b/php_http_client_response.h index 704f727..4a304ed 100644 --- a/php_http_client_response.h +++ b/php_http_client_response.h @@ -13,8 +13,7 @@ #ifndef PHP_HTTP_CLIENT_RESPONSE_H #define PHP_HTTP_CLIENT_RESPONSE_H -extern zend_class_entry *php_http_client_response_class_entry; -extern zend_function_entry php_http_client_response_method_entry[]; +zend_class_entry *php_http_client_response_get_class_entry(void); PHP_METHOD(HttpClientResponse, getCookies);