diff options
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r-- | src/include/microhttpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index 4a44f652..c21ab293 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -344,7 +344,7 @@ MHD_unregister_handler(struct MHD_Daemon * daemon, | |||
344 | int | 344 | int |
345 | MHD_get_session_values(struct MHD_Session * session, | 345 | MHD_get_session_values(struct MHD_Session * session, |
346 | enum MHD_ValueKind kind, | 346 | enum MHD_ValueKind kind, |
347 | MHD_KeyValueIterator * iterator, | 347 | MHD_KeyValueIterator iterator, |
348 | void * iterator_cls); | 348 | void * iterator_cls); |
349 | 349 | ||
350 | /** | 350 | /** |
@@ -448,7 +448,7 @@ MHD_del_response_header(struct MHD_Response * response, | |||
448 | */ | 448 | */ |
449 | int | 449 | int |
450 | MHD_get_response_headers(struct MHD_Response * response, | 450 | MHD_get_response_headers(struct MHD_Response * response, |
451 | MHD_KeyValueIterator * iterator, | 451 | MHD_KeyValueIterator iterator, |
452 | void * iterator_cls); | 452 | void * iterator_cls); |
453 | 453 | ||
454 | 454 | ||