aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 7709a92d..684c5b01 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -257,7 +257,7 @@ need_100_continue (struct MHD_Connection *connection)
257 * @param connection connection to close 257 * @param connection connection to close
258 * @param termination_code termination reason to give 258 * @param termination_code termination reason to give
259 */ 259 */
260void HIDDEN_SYMBOL 260void
261MHD_connection_close (struct MHD_Connection *connection, 261MHD_connection_close (struct MHD_Connection *connection,
262 enum MHD_RequestTerminationCode termination_code) 262 enum MHD_RequestTerminationCode termination_code)
263{ 263{
@@ -1927,7 +1927,6 @@ update_last_activity (struct MHD_Connection *connection)
1927 * @return always #MHD_YES (we should continue to process the 1927 * @return always #MHD_YES (we should continue to process the
1928 * connection) 1928 * connection)
1929 */ 1929 */
1930HIDDEN_SYMBOL
1931int 1930int
1932MHD_connection_handle_read (struct MHD_Connection *connection) 1931MHD_connection_handle_read (struct MHD_Connection *connection)
1933{ 1932{
@@ -1991,7 +1990,6 @@ MHD_connection_handle_read (struct MHD_Connection *connection)
1991 * @return always #MHD_YES (we should continue to process the 1990 * @return always #MHD_YES (we should continue to process the
1992 * connection) 1991 * connection)
1993 */ 1992 */
1994HIDDEN_SYMBOL
1995int 1993int
1996MHD_connection_handle_write (struct MHD_Connection *connection) 1994MHD_connection_handle_write (struct MHD_Connection *connection)
1997{ 1995{
@@ -2195,7 +2193,6 @@ cleanup_connection (struct MHD_Connection *connection)
2195 * @return #MHD_YES if we should continue to process the 2193 * @return #MHD_YES if we should continue to process the
2196 * connection (not dead yet), #MHD_NO if it died 2194 * connection (not dead yet), #MHD_NO if it died
2197 */ 2195 */
2198HIDDEN_SYMBOL
2199int 2196int
2200MHD_connection_handle_idle (struct MHD_Connection *connection) 2197MHD_connection_handle_idle (struct MHD_Connection *connection)
2201{ 2198{
@@ -2633,7 +2630,6 @@ MHD_connection_handle_idle (struct MHD_Connection *connection)
2633 * @return #MHD_YES if we should continue to process the 2630 * @return #MHD_YES if we should continue to process the
2634 * connection (not dead yet), #MHD_NO if it died 2631 * connection (not dead yet), #MHD_NO if it died
2635 */ 2632 */
2636HIDDEN_SYMBOL
2637int 2633int
2638MHD_connection_epoll_update_ (struct MHD_Connection *connection) 2634MHD_connection_epoll_update_ (struct MHD_Connection *connection)
2639{ 2635{
@@ -2681,7 +2677,6 @@ MHD_connection_epoll_update_ (struct MHD_Connection *connection)
2681 * 2677 *
2682 * @param connection connection to initialize 2678 * @param connection connection to initialize
2683 */ 2679 */
2684HIDDEN_SYMBOL
2685void 2680void
2686MHD_set_http_callbacks_ (struct MHD_Connection *connection) 2681MHD_set_http_callbacks_ (struct MHD_Connection *connection)
2687{ 2682{