summaryrefslogtreecommitdiff
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
parentbaa26cd045be80620924ce41ea506bc8b043f8c7 (diff)
fixing compile errors
-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,
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);