aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-24 11:32:11 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-24 11:32:11 +0000
commite25c43fcc0be9c183b2d7f04316c9dadface2778 (patch)
tree2569285d3de41e45148dba2221273f9114149a6e /src/microhttpd/response.h
parent9cc7bd0c77b57d545ef560e0b7b637196b20914f (diff)
downloadlibmicrohttpd-e25c43fcc0be9c183b2d7f04316c9dadface2778.tar.gz
libmicrohttpd-e25c43fcc0be9c183b2d7f04316c9dadface2778.zip
-hiding a few more
Diffstat (limited to 'src/microhttpd/response.h')
-rw-r--r--src/microhttpd/response.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/response.h b/src/microhttpd/response.h
index ec1b3878..c79b0058 100644
--- a/src/microhttpd/response.h
+++ b/src/microhttpd/response.h
@@ -31,7 +31,8 @@
31 * Increment response RC. Should this be part of the 31 * Increment response RC. Should this be part of the
32 * public API? 32 * public API?
33 */ 33 */
34void MHD_increment_response_rc (struct MHD_Response *response); 34void HIDDEN_SYMBOL
35MHD_increment_response_rc (struct MHD_Response *response);
35 36
36 37
37#endif 38#endif