gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21733 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r21733 - gnunet/src/gns
Date: Sat, 2 Jun 2012 20:12:02 +0200

Author: schanzen
Date: 2012-06-02 20:12:02 +0200 (Sat, 02 Jun 2012)
New Revision: 21733

Modified:
   gnunet/src/gns/gnunet-gns-proxy.c
Log:
-doxygen


Modified: gnunet/src/gns/gnunet-gns-proxy.c
===================================================================
--- gnunet/src/gns/gnunet-gns-proxy.c   2012-06-02 18:07:33 UTC (rev 21732)
+++ gnunet/src/gns/gnunet-gns-proxy.c   2012-06-02 18:12:02 UTC (rev 21733)
@@ -427,9 +427,9 @@
  * 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 @@
  * @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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]