aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-21 13:13:17 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-21 13:13:17 +0000
commite799762ddd6a453b725e479d65fafccc479e46c3 (patch)
tree59da1b8cfd0093a772b2e4723999440c1c9c919e /src/transport/plugin_transport_http.c
parentba62fb823f6801608250a97c719981ba823faae3 (diff)
downloadgnunet-e799762ddd6a453b725e479d65fafccc479e46c3.tar.gz
gnunet-e799762ddd6a453b725e479d65fafccc479e46c3.zip
match MHD 0.9.2 API
Diffstat (limited to 'src/transport/plugin_transport_http.c')
-rw-r--r--src/transport/plugin_transport_http.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index 6af53332a..4389bbefc 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -819,7 +819,8 @@ mhd_accept_cb (void *cls, const struct sockaddr *addr, socklen_t addr_len)
819 * @param max max number of bytes available in buffer 819 * @param max max number of bytes available in buffer
820 * @return bytes written to buffer 820 * @return bytes written to buffer
821 */ 821 */
822int mhd_send_callback (void *cls, uint64_t pos, char *buf, int max) 822static ssize_t
823mhd_send_callback (void *cls, uint64_t pos, char *buf, size_t max)
823{ 824{
824 struct Session * ps = cls; 825 struct Session * ps = cls;
825 struct HTTP_PeerContext * pc; 826 struct HTTP_PeerContext * pc;