From 97b6e6dbf2db80ff0fef7a4a12c16d2df41432c5 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sat, 2 Jun 2012 18:12:02 +0000 Subject: [PATCH] -doxygen --- src/gns/gnunet-gns-proxy.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c index 0f5246914..45492935d 100644 --- a/src/gns/gnunet-gns-proxy.c +++ b/src/gns/gnunet-gns-proxy.c @@ -427,9 +427,9 @@ curl_task_download (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) * Main MHD callback for handling requests. * * @param cls unused - * @param connection MHD connection handle - * @param method the HTTP method used ("GET", "PUT", etc.) - * @param version the HTTP version string (i.e. "HTTP/1.1") + * @param con MHD connection handle + * @param meth the HTTP method used ("GET", "PUT", etc.) + * @param ver the HTTP version string (i.e. "HTTP/1.1") * @param upload_data the data being uploaded (excluding HEADERS, * for a POST that fits into memory and that is encoded * with a supported encoding, the POST data will NOT be @@ -440,7 +440,7 @@ curl_task_download (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) * @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 ptr pointer to location where we store the 'struct Request' + * @param con_cls pointer to location where we store the 'struct Request' * @return MHD_YES if the connection was handled successfully, * MHD_NO if the socket must be closed due to a serious * error while handling the request -- 2.25.1