aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/response.c')
-rw-r--r--src/daemon/response.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/response.c b/src/daemon/response.c
index 3089e6c1..8cc985b2 100644
--- a/src/daemon/response.c
+++ b/src/daemon/response.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Daniel Pittman and Christian Grothoff 3 (C) 2007, 2009 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
@@ -175,8 +175,8 @@ MHD_get_response_header (struct MHD_Response *response, const char *key)
175 * @return NULL on error (i.e. invalid arguments, out of memory) 175 * @return NULL on error (i.e. invalid arguments, out of memory)
176 */ 176 */
177struct MHD_Response * 177struct MHD_Response *
178MHD_create_response_from_callback (size_t size, 178MHD_create_response_from_callback (uint64_t size,
179 unsigned int block_size, 179 size_t block_size,
180 MHD_ContentReaderCallback crc, 180 MHD_ContentReaderCallback crc,
181 void *crc_cls, 181 void *crc_cls,
182 MHD_ContentReaderFreeCallback crfc) 182 MHD_ContentReaderFreeCallback crfc)