aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-10-15 12:55:24 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-10-15 16:27:45 +0300
commit16d9f9e426a8ea1f5c05a21554824b7981c0df3b (patch)
tree06e377c9a9b33600dc5f6ef68e61c4d09a29d2e5 /src/microhttpd/connection.h
parenta123fcc9ee0bf7a3d02f1230395b92b55bc56202 (diff)
downloadlibmicrohttpd-16d9f9e426a8ea1f5c05a21554824b7981c0df3b.tar.gz
libmicrohttpd-16d9f9e426a8ea1f5c05a21554824b7981c0df3b.zip
mhd_send: fixed broken sendfile() on FreeBSD, v0.9.67 regression
Diffstat (limited to 'src/microhttpd/connection.h')
-rw-r--r--src/microhttpd/connection.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/microhttpd/connection.h b/src/microhttpd/connection.h
index 29724a24..8b1a0946 100644
--- a/src/microhttpd/connection.h
+++ b/src/microhttpd/connection.h
@@ -62,16 +62,6 @@
62#define MHD_ERR_INVAL_ (-3078) 62#define MHD_ERR_INVAL_ (-3078)
63 63
64 64
65#ifdef HAVE_FREEBSD_SENDFILE
66/**
67 * Initialises static variables
68 */
69void
70MHD_conn_init_static_ (void);
71
72#endif /* HAVE_FREEBSD_SENDFILE */
73
74
75/** 65/**
76 * Set callbacks for this connection to those for HTTP. 66 * Set callbacks for this connection to those for HTTP.
77 * 67 *