X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_header.c;h=41601dfc4fe1c512bf94820810fddf67a0318e3f;hp=5a9ecd3bf136c8bfde5f21f931c45032760fae17;hb=refs%2Fheads%2Fv2.4.x;hpb=f8659025a8e2442acfd90417ae849eb98c0b927a diff --git a/php_http_header.c b/php_http_header.c index 5a9ecd3..41601df 100644 --- a/php_http_header.c +++ b/php_http_header.c @@ -12,7 +12,7 @@ #include "php_http_api.h" -STATUS php_http_header_parse(const char *header, size_t length, HashTable *headers, php_http_info_callback_t callback_func, void **callback_data TSRMLS_DC) +ZEND_RESULT_CODE php_http_header_parse(const char *header, size_t length, HashTable *headers, php_http_info_callback_t callback_func, void **callback_data TSRMLS_DC) { php_http_header_parser_t ctx; php_http_buffer_t buf;