aboutsummaryrefslogtreecommitdiff
path: root/src/lib/action_from_response.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-02-17 09:43:09 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-17 09:43:09 +0100
commit25385c3c76cd81613761031f6f87c4087c2975eb (patch)
tree02493d62a8f96cec60347a40fb5341bb5d041caa /src/lib/action_from_response.c
parented7d85d6a835bc3528cb66a324dac93af1d3e8bc (diff)
downloadlibmicrohttpd-25385c3c76cd81613761031f6f87c4087c2975eb.tar.gz
libmicrohttpd-25385c3c76cd81613761031f6f87c4087c2975eb.zip
more work on connection_call_handlers.c
Diffstat (limited to 'src/lib/action_from_response.c')
-rw-r--r--src/lib/action_from_response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/action_from_response.c b/src/lib/action_from_response.c
index 9c303e0c..d3dccc5f 100644
--- a/src/lib/action_from_response.c
+++ b/src/lib/action_from_response.c
@@ -111,7 +111,7 @@ response_action (void *cls,
111 * as a response *is* an action. As no memory is 111 * as a response *is* an action. As no memory is
112 * allocated, this operation cannot fail. 112 * allocated, this operation cannot fail.
113 */ 113 */
114_MHD_EXTERN struct MHD_Action * 114_MHD_EXTERN const struct MHD_Action *
115MHD_action_from_response (struct MHD_Response *response, 115MHD_action_from_response (struct MHD_Response *response,
116 enum MHD_Bool destroy_after_use) 116 enum MHD_Bool destroy_after_use)
117{ 117{