X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_factory.h;h=ffa4f8e037296f86715d8ca3354b521bf04340db;hp=a31663dcd4fdfdbd1494fc41a31ac00d858d81b1;hb=5946b5b8a86f299bb3b37e3a60d9173ad655b3f9;hpb=a18e662d5ff2c4e7051e028f8002dbba720cccd6 diff --git a/php_http_client_factory.h b/php_http_client_factory.h index a31663d..ffa4f8e 100644 --- a/php_http_client_factory.h +++ b/php_http_client_factory.h @@ -26,8 +26,7 @@ typedef struct php_http_client_factory_driver { PHP_HTTP_API STATUS php_http_client_factory_add_driver(const char *name_str, size_t name_len, php_http_client_factory_driver_t *driver); PHP_HTTP_API STATUS php_http_client_factory_get_driver(const char *name_str, size_t name_len, php_http_client_factory_driver_t *driver); -extern zend_class_entry *php_http_client_factory_class_entry; -extern zend_function_entry php_http_client_factory_method_entry[]; +zend_class_entry *php_http_client_factory_get_class_entry(void); #define php_http_client_factory_new php_http_object_new