gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23976 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r23976 - gnunet/src/transport
Date: Mon, 24 Sep 2012 14:10:07 +0200

Author: wachs
Date: 2012-09-24 14:10:07 +0200 (Mon, 24 Sep 2012)
New Revision: 23976

Modified:
   gnunet/src/transport/plugin_transport_http_client.c
   gnunet/src/transport/plugin_transport_http_server.c
Log:
- doxygen


Modified: gnunet/src/transport/plugin_transport_http_client.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_client.c 2012-09-24 11:06:00 UTC 
(rev 23975)
+++ gnunet/src/transport/plugin_transport_http_client.c 2012-09-24 12:10:07 UTC 
(rev 23976)
@@ -415,7 +415,7 @@
  * a fresh connection to another peer.
  *
  * @param cls closure
- * @param session which session must be used
+ * @param s which session must be used
  * @param msgbuf the message to transmit
  * @param msgbuf_size number of bytes in 'msgbuf'
  * @param priority how important is the message (most plugins will

Modified: gnunet/src/transport/plugin_transport_http_server.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_server.c 2012-09-24 11:06:00 UTC 
(rev 23975)
+++ gnunet/src/transport/plugin_transport_http_server.c 2012-09-24 12:10:07 UTC 
(rev 23976)
@@ -852,9 +852,10 @@
 /**
  * Parse incoming URL for tag and target
  *
- * @url incoming url
- * @target where to store the target
- * @tag where to store the tag
+ * @param plugin plugin
+ * @param url incoming url
+ * @param target where to store the target
+ * @param tag where to store the tag
  * @return GNUNET_OK on success, GNUNET_SYSERR on error
  */
 




reply via email to

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