aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-08-27 23:14:48 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-08-30 09:42:10 +0200
commita47c17fc2b07fd5ed743e671e85a1e7d8b63a7fc (patch)
tree2c93bb0c3674cbeec5d3ab28328682459ca77cb8 /src/transport
parent8c6a68c258061f68466905393b76106436d3dccf (diff)
downloadgnunet-a47c17fc2b07fd5ed743e671e85a1e7d8b63a7fc.tar.gz
gnunet-a47c17fc2b07fd5ed743e671e85a1e7d8b63a7fc.zip
-DOC: Minor passes over NAT, REGEX, and TRANSPORT
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport.c7
-rw-r--r--src/transport/plugin_transport_http_client.c6
2 files changed, 1 insertions, 12 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index fad2ca4a1..345a0d949 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -480,7 +480,7 @@ client_connect_cb (void *cls,
480/** 480/**
481 * Perform next action in the blacklist check. 481 * Perform next action in the blacklist check.
482 * 482 *
483 * @param cls the `struct BlacklistCheck*` 483 * @param cls the `struct GST_BlacklistCheck *`
484 */ 484 */
485static void 485static void
486do_blacklist_check (void *cls); 486do_blacklist_check (void *cls);
@@ -2189,11 +2189,6 @@ shutdown_task (void *cls)
2189} 2189}
2190 2190
2191 2191
2192/**
2193 * Perform next action in the blacklist check.
2194 *
2195 * @param cls the `struct GST_BlacklistCheck *`
2196 */
2197static void 2192static void
2198do_blacklist_check (void *cls) 2193do_blacklist_check (void *cls)
2199{ 2194{
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 18bfcc054..476a3cd52 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -1692,12 +1692,6 @@ client_connect_get (struct GNUNET_ATS_Session *s)
1692} 1692}
1693 1693
1694 1694
1695/**
1696 * Connect a HTTP put request
1697 *
1698 * @param s the session to connect
1699 * @return #GNUNET_SYSERR for hard failure, #GNUNET_OK for ok
1700 */
1701static int 1695static int
1702client_connect_put (struct GNUNET_ATS_Session *s) 1696client_connect_put (struct GNUNET_ATS_Session *s)
1703{ 1697{