aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 0a7e4711..46a82625 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2310,6 +2310,7 @@ MHD_upgrade_action (struct MHD_UpgradeResponseHandle *urh,
2310 * @param connection original HTTP connection handle, 2310 * @param connection original HTTP connection handle,
2311 * giving the function a last chance 2311 * giving the function a last chance
2312 * to inspect the original HTTP request 2312 * to inspect the original HTTP request
2313 * @param con_cls last value left in `con_cls` of the `MHD_AccessHandlerCallback`
2313 * @param extra_in if we happened to have read bytes after the 2314 * @param extra_in if we happened to have read bytes after the
2314 * HTTP header already (because the client sent 2315 * HTTP header already (because the client sent
2315 * more than the HTTP header of the request before 2316 * more than the HTTP header of the request before
@@ -2331,6 +2332,7 @@ MHD_upgrade_action (struct MHD_UpgradeResponseHandle *urh,
2331typedef void 2332typedef void
2332(*MHD_UpgradeHandler)(void *cls, 2333(*MHD_UpgradeHandler)(void *cls,
2333 struct MHD_Connection *connection, 2334 struct MHD_Connection *connection,
2335 void *con_cls,
2334 const char *extra_in, 2336 const char *extra_in,
2335 size_t extra_in_size, 2337 size_t extra_in_size,
2336 MHD_socket sock, 2338 MHD_socket sock,