X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_response.h;h=15d004ef83f50055a454cf8b3b1afe0c3ad27b33;hp=4a304eda00e389a831d1900d6f7780d3f59e6813;hb=refs%2Fheads%2Fv2.3.x;hpb=bd80b17b026a00a254ee8693cd7bacf1ebdec4cf diff --git a/php_http_client_response.h b/php_http_client_response.h index 4a304ed..15d004e 100644 --- a/php_http_client_response.h +++ b/php_http_client_response.h @@ -6,17 +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 -zend_class_entry *php_http_client_response_get_class_entry(void); - -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 */