aboutsummaryrefslogtreecommitdiff
path: root/src/lib/action_from_response.c
diff options
context:
space:
mode:
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{