- ditch warnings
[m6w6/ext-http] / http_response_object.c
index 4f31e3158fd050871e93b89df2c09eb7c9318d59..84e979c7610992381283cf730836765a6d2dace6 100644 (file)
@@ -200,7 +200,7 @@ zend_function_entry http_response_object_fe[] = {
        HTTP_RESPONSE_ALIAS(getRequestHeaders, http_get_request_headers)
        HTTP_RESPONSE_ALIAS(getRequestBody, http_get_request_body)
 
-       {NULL, NULL, NULL}
+       EMPTY_FUNCTION_ENTRY
 };
 
 void _http_response_object_init(INIT_FUNC_ARGS)