aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-04 02:47:03 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:30 +0100
commitf878edd42b1774c6f7bbe5a5fce3f3251f38e4f3 (patch)
treebdc5d16fb546c8a53f7737bf9719bdc122dbefd7 /src/transport/plugin_transport_http_client.c
parenteee291e1aaab89283ec03a00f3fed8a1cb20e083 (diff)
downloadgnunet-f878edd42b1774c6f7bbe5a5fce3f3251f38e4f3.tar.gz
gnunet-f878edd42b1774c6f7bbe5a5fce3f3251f38e4f3.zip
-DOC: Major doc comment stripping pass through TRANSPORT
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-rw-r--r--src/transport/plugin_transport_http_client.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 476a3cd52..82468992b 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -556,7 +556,6 @@ client_reschedule_session_timeout (struct GNUNET_ATS_Session *s)
556 * Task performing curl operations 556 * Task performing curl operations
557 * 557 *
558 * @param cls plugin as closure 558 * @param cls plugin as closure
559 * @param tc gnunet scheduler task context
560 */ 559 */
561static void 560static void
562client_run (void *cls); 561client_run (void *cls);
@@ -1289,11 +1288,6 @@ client_receive (void *stream,
1289} 1288}
1290 1289
1291 1290
1292/**
1293 * Task performing curl operations
1294 *
1295 * @param cls plugin as closure
1296 */
1297static void 1291static void
1298client_run (void *cls) 1292client_run (void *cls)
1299{ 1293{