diff options
Diffstat (limited to 'src/lib/response_options.c')
-rw-r--r-- | src/lib/response_options.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/response_options.c b/src/lib/response_options.c index 406d1d32..e349627a 100644 --- a/src/lib/response_options.c +++ b/src/lib/response_options.c | |||
@@ -49,8 +49,9 @@ MHD_response_option_v10_only (struct MHD_Response *response) | |||
49 | */ | 49 | */ |
50 | void | 50 | void |
51 | MHD_response_option_termination_callback (struct MHD_Response *response, | 51 | MHD_response_option_termination_callback (struct MHD_Response *response, |
52 | MHD_RequestTerminationCallback termination_cb, | 52 | MHD_RequestTerminationCallback |
53 | void *termination_cb_cls) | 53 | termination_cb, |
54 | void *termination_cb_cls) | ||
54 | { | 55 | { |
55 | /* Q: should we assert termination_cb non-NULL? */ | 56 | /* Q: should we assert termination_cb non-NULL? */ |
56 | response->termination_cb = termination_cb; | 57 | response->termination_cb = termination_cb; |