aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-02 18:12:02 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-02 18:12:02 +0000
commit97b6e6dbf2db80ff0fef7a4a12c16d2df41432c5 (patch)
tree4b482d1662ef8600e19683019fd5abc4c4b10f14
parent42ae31239de393ac4ebd76f90c53f1f0d12b6a5a (diff)
downloadgnunet-97b6e6dbf2db80ff0fef7a4a12c16d2df41432c5.tar.gz
gnunet-97b6e6dbf2db80ff0fef7a4a12c16d2df41432c5.zip
-doxygen
-rw-r--r--src/gns/gnunet-gns-proxy.c8
1 files 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)
427 * Main MHD callback for handling requests. 427 * Main MHD callback for handling requests.
428 * 428 *
429 * @param cls unused 429 * @param cls unused
430 * @param connection MHD connection handle 430 * @param con MHD connection handle
431 * @param method the HTTP method used ("GET", "PUT", etc.) 431 * @param meth the HTTP method used ("GET", "PUT", etc.)
432 * @param version the HTTP version string (i.e. "HTTP/1.1") 432 * @param ver the HTTP version string (i.e. "HTTP/1.1")
433 * @param upload_data the data being uploaded (excluding HEADERS, 433 * @param upload_data the data being uploaded (excluding HEADERS,
434 * for a POST that fits into memory and that is encoded 434 * for a POST that fits into memory and that is encoded
435 * with a supported encoding, the POST data will NOT be 435 * 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)
440 * @param upload_data_size set initially to the size of the 440 * @param upload_data_size set initially to the size of the
441 * upload_data provided; the method must update this 441 * upload_data provided; the method must update this
442 * value to the number of bytes NOT processed; 442 * value to the number of bytes NOT processed;
443 * @param ptr pointer to location where we store the 'struct Request' 443 * @param con_cls pointer to location where we store the 'struct Request'
444 * @return MHD_YES if the connection was handled successfully, 444 * @return MHD_YES if the connection was handled successfully,
445 * MHD_NO if the socket must be closed due to a serious 445 * MHD_NO if the socket must be closed due to a serious
446 * error while handling the request 446 * error while handling the request