diff options
author | Christian Grothoff <christian@grothoff.org> | 2007-06-13 01:12:55 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2007-06-13 01:12:55 +0000 |
commit | be3489e477fd43a69124dffd55f39efaa41f6e99 (patch) | |
tree | dfd9952d616743ec994f8a1c33aac4bc75689181 | |
parent | baa26cd045be80620924ce41ea506bc8b043f8c7 (diff) | |
download | libmicrohttpd-be3489e477fd43a69124dffd55f39efaa41f6e99.tar.gz libmicrohttpd-be3489e477fd43a69124dffd55f39efaa41f6e99.zip |
fixing compile errors
-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 | ||