refactored client options
[m6w6/ext-http] / php_http_client_response.h
index 704f7276cd27938e3e8d0dc9a5fb5486b846c67f..4a304eda00e389a831d1900d6f7780d3f59e6813 100644 (file)
@@ -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);