diff options
Diffstat (limited to 'src/microhttpd/connection.h')
-rw-r--r-- | src/microhttpd/connection.h | 10 |
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 | */ | ||
69 | void | ||
70 | MHD_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 | * |