From 1725bcf3c546fccbf22d7794bf7290fcc28c385d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 5 May 2013 18:01:09 +0000 Subject: -improvements to docs --- doc/examples/sessions.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/examples') diff --git a/doc/examples/sessions.c b/doc/examples/sessions.c index eff035df..870f9249 100644 --- a/doc/examples/sessions.c +++ b/doc/examples/sessions.c @@ -522,6 +522,7 @@ post_iterator (void *cls, * * @param cls argument given together with the function * pointer when the handler was registered with MHD + * @param connection handle to connection which is being processed * @param url the requested url * @param method the HTTP method used ("GET", "PUT", etc.) * @param version the HTTP version string (i.e. "HTTP/1.1") @@ -535,7 +536,7 @@ post_iterator (void *cls, * @param upload_data_size set initially to the size of the * upload_data provided; the method must update this * value to the number of bytes NOT processed; - * @param con_cls pointer that the callback can set to some + * @param ptr pointer that the callback can set to some * address and that will be preserved by MHD for future * calls for this request; since the access handler may * be called many times (i.e., for a PUT/POST operation -- cgit v1.2.3