aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-rw-r--r--src/transport/plugin_transport_http_client.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 98ab6544f..87cd7ead2 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -703,6 +703,8 @@ client_log (CURL *curl,
703 text); 703 text);
704 return 0; 704 return 0;
705} 705}
706
707
706#endif 708#endif
707 709
708/** 710/**
@@ -1504,6 +1506,8 @@ open_tcp_stealth_socket_cb (void *clientp,
1504 return CURL_SOCKET_BAD; 1506 return CURL_SOCKET_BAD;
1505 } 1507 }
1506} 1508}
1509
1510
1507#endif 1511#endif
1508 1512
1509 1513
@@ -2528,4 +2532,5 @@ LIBGNUNET_PLUGIN_TRANSPORT_INIT (void *cls)
2528 return api; 2532 return api;
2529} 2533}
2530 2534
2535
2531/* end of plugin_transport_http_client.c */ 2536/* end of plugin_transport_http_client.c */