X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_util_object.h;h=53dcb5a5c13bffe68ed4555c67dde9ee13f6783b;hp=414cc8ee67b681396674a36755d9c63c814fafee;hb=e103c61ca14d22e9507379810e980075c8323ca3;hpb=4ef2f9e39c8d7c9dc605fb062a50d8a73b52c02a diff --git a/php_http_util_object.h b/php_http_util_object.h index 414cc8e..53dcb5a 100644 --- a/php_http_util_object.h +++ b/php_http_util_object.h @@ -22,8 +22,7 @@ extern zend_class_entry *http_util_object_ce; extern zend_function_entry http_util_object_fe[]; -#define http_util_object_init() _http_util_object_init(INIT_FUNC_ARGS_PASSTHRU) -extern void _http_util_object_init(INIT_FUNC_ARGS); +extern PHP_MINIT_FUNCTION(http_util_object); PHP_METHOD(HttpUtil, date); PHP_METHOD(HttpUtil, absoluteUri);