X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_client_datashare.h;h=fb3fc5542c983a8efb6a369a43139dd457f7b942;hb=5c2aacdbafcaad2ddae8ce80db86b59bd00208ec;hp=a68c00a10e8f61b40ca71967e7b01f8e54399bea;hpb=6cc24086f57aa1e8f4d6a2c12361635e7c24f60f;p=m6w6%2Fext-http diff --git a/php_http_client_datashare.h b/php_http_client_datashare.h index a68c00a..fb3fc55 100644 --- a/php_http_client_datashare.h +++ b/php_http_client_datashare.h @@ -36,6 +36,8 @@ typedef struct php_http_client_datashare_ops { php_http_client_datashare_attach_func_t attach; php_http_client_datashare_detach_func_t detach; php_http_client_datashare_setopt_func_t setopt; + php_http_new_t create_object; + zend_class_entry *(*class_entry)(void); } php_http_client_datashare_ops_t; typedef struct php_http_client_datashare {