aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-24 11:28:30 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-24 11:28:30 +0000
commita372d23b4ee68d578a7482f6b2b17018bbe53b5e (patch)
treed9c30d3a78b74a689a51a66c33e20b22a62e2606 /src/microhttpd/connection.c
parent324e9852db193ead4a319fc4099baf2b0b8c456d (diff)
downloadlibmicrohttpd-a372d23b4ee68d578a7482f6b2b17018bbe53b5e.tar.gz
libmicrohttpd-a372d23b4ee68d578a7482f6b2b17018bbe53b5e.zip
-hide symbols
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 69ea54e5..07022692 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1850,6 +1850,7 @@ update_last_activity (struct MHD_Connection *connection)
1850 * @return always #MHD_YES (we should continue to process the 1850 * @return always #MHD_YES (we should continue to process the
1851 * connection) 1851 * connection)
1852 */ 1852 */
1853HIDDEN_SYMBOL
1853int 1854int
1854MHD_connection_handle_read (struct MHD_Connection *connection) 1855MHD_connection_handle_read (struct MHD_Connection *connection)
1855{ 1856{
@@ -1912,6 +1913,7 @@ MHD_connection_handle_read (struct MHD_Connection *connection)
1912 * @return always #MHD_YES (we should continue to process the 1913 * @return always #MHD_YES (we should continue to process the
1913 * connection) 1914 * connection)
1914 */ 1915 */
1916HIDDEN_SYMBOL
1915int 1917int
1916MHD_connection_handle_write (struct MHD_Connection *connection) 1918MHD_connection_handle_write (struct MHD_Connection *connection)
1917{ 1919{
@@ -2112,6 +2114,7 @@ cleanup_connection (struct MHD_Connection *connection)
2112 * @return #MHD_YES if we should continue to process the 2114 * @return #MHD_YES if we should continue to process the
2113 * connection (not dead yet), #MHD_NO if it died 2115 * connection (not dead yet), #MHD_NO if it died
2114 */ 2116 */
2117HIDDEN_SYMBOL
2115int 2118int
2116MHD_connection_handle_idle (struct MHD_Connection *connection) 2119MHD_connection_handle_idle (struct MHD_Connection *connection)
2117{ 2120{
@@ -2548,6 +2551,7 @@ MHD_connection_handle_idle (struct MHD_Connection *connection)
2548 * @return #MHD_YES if we should continue to process the 2551 * @return #MHD_YES if we should continue to process the
2549 * connection (not dead yet), #MHD_NO if it died 2552 * connection (not dead yet), #MHD_NO if it died
2550 */ 2553 */
2554HIDDEN_SYMBOL
2551int 2555int
2552MHD_connection_epoll_update_ (struct MHD_Connection *connection) 2556MHD_connection_epoll_update_ (struct MHD_Connection *connection)
2553{ 2557{
@@ -2595,6 +2599,7 @@ MHD_connection_epoll_update_ (struct MHD_Connection *connection)
2595 * 2599 *
2596 * @param connection connection to initialize 2600 * @param connection connection to initialize
2597 */ 2601 */
2602HIDDEN_SYMBOL
2598void 2603void
2599MHD_set_http_callbacks_ (struct MHD_Connection *connection) 2604MHD_set_http_callbacks_ (struct MHD_Connection *connection)
2600{ 2605{