X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_interface.h;h=2bbd7368159dce594943445a2ec1a056ebd76f39;hp=797945a2a1ad05a46ff548434ab36e1229ff2cd2;hb=bd80b17b026a00a254ee8693cd7bacf1ebdec4cf;hpb=eebe0f3e8947ecb407451d20aef0611cfcedfdac diff --git a/php_http_client_interface.h b/php_http_client_interface.h index 797945a..2bbd736 100644 --- a/php_http_client_interface.h +++ b/php_http_client_interface.h @@ -10,10 +10,9 @@ +--------------------------------------------------------------------+ */ -#ifndef PHP_HTTP_CLIENT_H +#ifndef PHP_HTTP_CLIENT_INTERFACE_H -extern zend_class_entry *php_http_client_interface_class_entry; -extern zend_function_entry php_http_client_interface_method_entry[]; +zend_class_entry *php_http_client_interface_get_class_entry(void); PHP_MINIT_FUNCTION(http_client_interface);