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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/response.h b/src/microhttpd/response.h
index bc650f66..4d1e84b5 100644
--- a/src/microhttpd/response.h
+++ b/src/microhttpd/response.h
@@ -67,7 +67,7 @@ MHD_response_execute_upgrade_ (struct MHD_Response *response,
67 * @return NULL if header element does not exist 67 * @return NULL if header element does not exist
68 * @ingroup response 68 * @ingroup response
69 */ 69 */
70struct MHD_HTTP_Header * 70struct MHD_HTTP_Res_Header *
71MHD_get_response_element_n_ (struct MHD_Response *response, 71MHD_get_response_element_n_ (struct MHD_Response *response,
72 enum MHD_ValueKind kind, 72 enum MHD_ValueKind kind,
73 const char *key, 73 const char *key,