libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit be3489e477fd43a69124dffd55f39efaa41f6e99
parent baa26cd045be80620924ce41ea506bc8b043f8c7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 13 Jun 2007 01:12:55 +0000

fixing compile errors

Diffstat:
Msrc/include/microhttpd.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -344,7 +344,7 @@ MHD_unregister_handler(struct MHD_Daemon * daemon, int MHD_get_session_values(struct MHD_Session * session, enum MHD_ValueKind kind, - MHD_KeyValueIterator * iterator, + MHD_KeyValueIterator iterator, void * iterator_cls); /** @@ -448,7 +448,7 @@ MHD_del_response_header(struct MHD_Response * response, */ int MHD_get_response_headers(struct MHD_Response * response, - MHD_KeyValueIterator * iterator, + MHD_KeyValueIterator iterator, void * iterator_cls);