From: Michael Wallner Date: Fri, 6 May 2005 16:48:49 +0000 (+0000) Subject: - missing STATUS X-Git-Tag: RELEASE_0_8_0~27 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=4d20cb224c9ef093507bfff0267ae1ebf53dcc7a;ds=sidebyside - missing STATUS --- diff --git a/php_http_request_api.h b/php_http_request_api.h index 0b82d66..69bf2da 100644 --- a/php_http_request_api.h +++ b/php_http_request_api.h @@ -77,7 +77,7 @@ typedef struct { PHP_HTTP_API const char *_http_request_method_string(http_request_method m); #define http_request_body_fill(b, fields, files) _http_request_body_fill((b), (fields), (files) TSRMLS_CC) -PHP_HTTP_API _http_request_body_fill(http_request_body *body, HashTable *fields, HashTable *files TSRMLS_DC); +PHP_HTTP_API STATUS _http_request_body_fill(http_request_body *body, HashTable *fields, HashTable *files TSRMLS_DC); #define http_request_body_dtor(b) _http_request_body_dtor((b) TSRMLS_CC) PHP_HTTP_API void _http_request_body_dtor(http_request_body *body TSRMLS_DC);