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=bd80b17b026a00a254ee8693cd7bacf1ebdec4cf;hpb=7181a2f2237aaea07a2c25a1255f77a6d6719a89 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