X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_response.h;h=15d004ef83f50055a454cf8b3b1afe0c3ad27b33;hp=704f7276cd27938e3e8d0dc9a5fb5486b846c67f;hb=refs%2Fheads%2Fv2.1.x;hpb=6cc24086f57aa1e8f4d6a2c12361635e7c24f60f diff --git a/php_http_client_response.h b/php_http_client_response.h index 704f727..15d004e 100644 --- a/php_http_client_response.h +++ b/php_http_client_response.h @@ -6,18 +6,14 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2011, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ #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); - +PHP_HTTP_API zend_class_entry *php_http_client_response_class_entry; PHP_MINIT_FUNCTION(http_client_response); #endif /* PHP_HTTP_CLIENT_RESPONSE_H */