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=7ba90c6d9d6843549fb9227d1a7aa05033e60772;hpb=6cc24086f57aa1e8f4d6a2c12361635e7c24f60f 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);