X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_api.h;h=69bf2da2edbc4de129c53acc672604cb62044d45;hp=0b82d662bec095fa4dd712705d555ed83b60fac7;hb=4d20cb224c9ef093507bfff0267ae1ebf53dcc7a;hpb=8d8a043834dfb6eac40e9ae9afeeb7534442aef3 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);