X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_send_api.h;fp=php_http_send_api.h;h=8dcbab71a62e59e194a19d91bec76383f7716202;hp=0c5b1f5ec4f8d313e129366df16e58f46ce07d83;hb=5c5ddf9042732a05100245844fe2fb70bfe6d495;hpb=61e3ea78efcc501cf7ec2df4749aa92935c0964e diff --git a/php_http_send_api.h b/php_http_send_api.h index 0c5b1f5..8dcbab7 100644 --- a/php_http_send_api.h +++ b/php_http_send_api.h @@ -53,9 +53,6 @@ PHP_HTTP_API STATUS _http_send_content_type(const char *content_type, size_t ct_ #define http_send_content_disposition(f, l, i) _http_send_content_disposition((f), (l), (i) TSRMLS_CC) PHP_HTTP_API STATUS _http_send_content_disposition(const char *filename, size_t f_len, zend_bool send_inline TSRMLS_DC); -#define http_send_ranges(r, d, s, m) _http_send_ranges((r), (d), (s), (m) TSRMLS_CC) -PHP_HTTP_API STATUS _http_send_ranges(HashTable *ranges, const void *data, size_t size, http_send_mode mode TSRMLS_DC); - #define http_send_data(d, l) http_send((d), (l), SEND_DATA) #define http_send_data_ex(d, l, nc) http_send_ex((d), (l), SEND_DATA, (nc)) #define http_send(d, s, m) _http_send_ex((d), (s), (m), 0 TSRMLS_CC)