aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.h
diff options
context:
space:
mode:
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