X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_client_response.h;h=6cf677a7778ac6ae48132f39b8e24be1ebf76afd;hb=975cb208a4711c01261dd76630ef793efd1294fa;hp=704f7276cd27938e3e8d0dc9a5fb5486b846c67f;hpb=eebe0f3e8947ecb407451d20aef0611cfcedfdac;p=m6w6%2Fext-http diff --git a/php_http_client_response.h b/php_http_client_response.h index 704f727..6cf677a 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-2013, 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 */