X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_object.h;h=6755669af7afb5dfe7df3f69d278ae8f19def162;hp=3f87a17a3e9bca764cda98a09e5345ab5bad97ce;hb=781c90c0447166dd52ef881ae15751fa466c32fb;hpb=bb6571e22d14c87114eb729145be2e7b87ebea42 diff --git a/php_http_request_object.h b/php_http_request_object.h index 3f87a17..6755669 100644 --- a/php_http_request_object.h +++ b/php_http_request_object.h @@ -37,7 +37,7 @@ typedef struct { extern zend_class_entry *http_request_object_ce; extern zend_function_entry http_request_object_fe[]; -#define http_request_object_init _http_request_object_init +#define http_request_object_init() _http_request_object_init(INIT_FUNC_ARGS_PASSTHRU) extern void _http_request_object_init(INIT_FUNC_ARGS); #define http_request_object_new _http_request_object_new extern zend_object_value _http_request_object_new(zend_class_entry *ce TSRMLS_DC);