aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-09-24 12:10:07 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-09-24 12:10:07 +0000
commitfcb50bee29366d9cfce8df2ec44d598d084b39cb (patch)
treeb252f61aa5ac2d85858d84d59b803f7a89649947 /src/transport
parentb72fee52dcde63535bd16f26bada9eacf3a1b74d (diff)
downloadgnunet-fcb50bee29366d9cfce8df2ec44d598d084b39cb.tar.gz
gnunet-fcb50bee29366d9cfce8df2ec44d598d084b39cb.zip
- doxygen
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/plugin_transport_http_client.c2
-rw-r--r--src/transport/plugin_transport_http_server.c7
2 files changed, 5 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index d6c46f253..1b70c74b2 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -415,7 +415,7 @@ client_log (CURL * curl, curl_infotype type, char *data, size_t size, void *cls)
415 * a fresh connection to another peer. 415 * a fresh connection to another peer.
416 * 416 *
417 * @param cls closure 417 * @param cls closure
418 * @param session which session must be used 418 * @param s which session must be used
419 * @param msgbuf the message to transmit 419 * @param msgbuf the message to transmit
420 * @param msgbuf_size number of bytes in 'msgbuf' 420 * @param msgbuf_size number of bytes in 'msgbuf'
421 * @param priority how important is the message (most plugins will 421 * @param priority how important is the message (most plugins will
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index eb56af811..19df500bd 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -852,9 +852,10 @@ server_mhd_connection_timeout (struct HTTP_Server_Plugin *plugin, struct Session
852/** 852/**
853 * Parse incoming URL for tag and target 853 * Parse incoming URL for tag and target
854 * 854 *
855 * @url incoming url 855 * @param plugin plugin
856 * @target where to store the target 856 * @param url incoming url
857 * @tag where to store the tag 857 * @param target where to store the target
858 * @param tag where to store the tag
858 * @return GNUNET_OK on success, GNUNET_SYSERR on error 859 * @return GNUNET_OK on success, GNUNET_SYSERR on error
859 */ 860 */
860 861