gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r21896 - gnunet/src/gns
Date: Mon, 11 Jun 2012 18:40:32 +0200

Author: schanzen
Date: 2012-06-11 18:40:32 +0200 (Mon, 11 Jun 2012)
New Revision: 21896

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

Modified: gnunet/src/gns/gnunet-gns-proxy.c
===================================================================
--- gnunet/src/gns/gnunet-gns-proxy.c   2012-06-11 16:07:54 UTC (rev 21895)
+++ gnunet/src/gns/gnunet-gns-proxy.c   2012-06-11 16:40:32 UTC (rev 21896)
@@ -1089,6 +1089,7 @@
  *
  * @param cls unused
  * @param con MHD connection handle
+ * @param url the url in the request
  * @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,
@@ -1495,6 +1496,7 @@
  * Adds a socket to MHD
  *
  * @param h the handle to the socket to add
+ * @param daemon the daemon to add the fd to
  * @return whatever MHD_add_connection returns
  */
 static int
@@ -1759,6 +1761,10 @@
  * Adds a socket to an SSL MHD instance
  * It is important the the domain name is
  * correct. In most cases we need to start a new daemon
+ *
+ * @param h the handle to add to a daemon
+ * @praram domain the domain the ssl daemon has to serve
+ * @return MHD_YES on success
  */
 static int
 add_handle_to_ssl_mhd (struct GNUNET_NETWORK_Handle *h, char* domain)




reply via email to

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