X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_message.h;h=780ea68ce747431df25d536a864f393a0739b79a;hp=6524a27ccb22661b5c9ae026225ccb3b30686655;hb=refs%2Fheads%2Fv2.4.x;hpb=731b6a841374147b766c850b2a90c6bfade6f9f1 diff --git a/php_http_message.h b/php_http_message.h index 6524a27..780ea68 100644 --- a/php_http_message.h +++ b/php_http_message.h @@ -82,8 +82,8 @@ PHP_MSHUTDOWN_FUNCTION(http_message); void php_http_message_object_prepend(zval *this_ptr, zval *prepend, zend_bool top /* = 1 */ TSRMLS_DC); void php_http_message_object_reverse(zval *this_ptr, zval *return_value TSRMLS_DC); -STATUS php_http_message_object_set_body(php_http_message_object_t *obj, zval *zbody TSRMLS_DC); -STATUS php_http_message_object_init_body_object(php_http_message_object_t *obj); +ZEND_RESULT_CODE php_http_message_object_set_body(php_http_message_object_t *obj, zval *zbody TSRMLS_DC); +ZEND_RESULT_CODE php_http_message_object_init_body_object(php_http_message_object_t *obj); zend_object_value php_http_message_object_new(zend_class_entry *ce TSRMLS_DC); zend_object_value php_http_message_object_new_ex(zend_class_entry *ce, php_http_message_t *msg, php_http_message_object_t **ptr TSRMLS_DC);