X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_datashare_api.h;h=831712f6df8e6c4ed33192212f78ca668bb36d0d;hp=179124e1292b4801780999644850edcf333f076f;hb=d22651c805eca6f0d508c6d5a47e8daac36841fe;hpb=0eccfc06147e6b5559f871cd1a1332abf6a9b526 diff --git a/php_http_request_datashare_api.h b/php_http_request_datashare_api.h index 179124e..831712f 100644 --- a/php_http_request_datashare_api.h +++ b/php_http_request_datashare_api.h @@ -28,6 +28,9 @@ typedef struct _http_request_datashare_t { http_request_datashare_lock *locks; } http_request_datashare; +#define http_request_datashare_global_get _http_request_datashare_global_get +extern http_request_datashare *_http_request_datashare_global_get(void); + extern PHP_MINIT_FUNCTION(http_request_datashare); extern PHP_MSHUTDOWN_FUNCTION(http_request_datashare);