src/server/proxy/httpclient.h

changeset 701
936e5487418a
parent 700
658f4c02b4c5
--- a/src/server/proxy/httpclient.h	Sun Feb 22 13:39:39 2026 +0100
+++ b/src/server/proxy/httpclient.h	Mon Feb 23 22:28:44 2026 +0100
@@ -175,6 +175,8 @@
 
 int http_client_set_addr(HttpClient *client, int domain, const struct sockaddr *addr, socklen_t addrlen);
 
+int http_client_set_socket(HttpClient *client, int socketfd);
+
 int http_client_set_method(HttpClient *client, const char *method);
 
 int http_client_set_uri(HttpClient *client, const char *uri);

mercurial