aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-13 01:12:55 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-13 01:12:55 +0000
commitbe3489e477fd43a69124dffd55f39efaa41f6e99 (patch)
treedfd9952d616743ec994f8a1c33aac4bc75689181 /src/include/microhttpd.h
parentbaa26cd045be80620924ce41ea506bc8b043f8c7 (diff)
downloadlibmicrohttpd-be3489e477fd43a69124dffd55f39efaa41f6e99.tar.gz
libmicrohttpd-be3489e477fd43a69124dffd55f39efaa41f6e99.zip
fixing compile errors
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h4
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,
344int 344int
345MHD_get_session_values(struct MHD_Session * session, 345MHD_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 */
449int 449int
450MHD_get_response_headers(struct MHD_Response * response, 450MHD_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