summaryrefslogtreecommitdiff
path: root/src/http_chunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http_chunk.h')
-rw-r--r--src/http_chunk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http_chunk.h b/src/http_chunk.h
index ab335257..404c3a10 100644
--- a/src/http_chunk.h
+++ b/src/http_chunk.h
@@ -8,6 +8,7 @@ int http_chunk_append_mem(server *srv, connection *con, const char * mem, size_t
int http_chunk_append_buffer(server *srv, connection *con, buffer *mem); /* may reset "mem" */
int http_chunk_transfer_cqlen(server *srv, connection *con, chunkqueue *src, size_t len);
int http_chunk_append_file(server *srv, connection *con, buffer *fn); /* copies "fn" */
+void http_chunk_append_file_fd(server *srv, connection *con, buffer *fn, int fd, off_t sz);
int http_chunk_append_file_range(server *srv, connection *con, buffer *fn, off_t offset, off_t len); /* copies "fn" */
void http_chunk_close(server *srv, connection *con);