codename: client meltdown
[m6w6/ext-http] / php_http_client_response.h
index 704f7276cd27938e3e8d0dc9a5fb5486b846c67f..7ff0ae557573fc6fdfc53f9a565a8a186ba50db7 100644 (file)
 #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[];
-
-PHP_METHOD(HttpClientResponse, getCookies);
+zend_class_entry *php_http_client_response_get_class_entry(void);
 
 PHP_MINIT_FUNCTION(http_client_response);