aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
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/plugin_transport_http_server.c
parentb72fee52dcde63535bd16f26bada9eacf3a1b74d (diff)
downloadgnunet-fcb50bee29366d9cfce8df2ec44d598d084b39cb.tar.gz
gnunet-fcb50bee29366d9cfce8df2ec44d598d084b39cb.zip
- doxygen
Diffstat (limited to 'src/transport/plugin_transport_http_server.c')
-rw-r--r--src/transport/plugin_transport_http_server.c7
1 files changed, 4 insertions, 3 deletions
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