X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_response.h;h=15d004ef83f50055a454cf8b3b1afe0c3ad27b33;hp=7ff0ae557573fc6fdfc53f9a565a8a186ba50db7;hb=046973e332c1475f9bf7717af9d33a75283deb37;hpb=f753226f1f45e10ef3916256ec1bc0416c8644a8 diff --git a/php_http_client_response.h b/php_http_client_response.h index 7ff0ae5..15d004e 100644 --- a/php_http_client_response.h +++ b/php_http_client_response.h @@ -6,15 +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_HTTP_API zend_class_entry *php_http_client_response_class_entry; PHP_MINIT_FUNCTION(http_client_response); #endif /* PHP_HTTP_CLIENT_RESPONSE_H */