src/server/proxy/httpclient.h

changeset 673
144bdc33fdb6
parent 672
226bfd584075
--- a/src/server/proxy/httpclient.h	Sun Feb 15 11:16:50 2026 +0100
+++ b/src/server/proxy/httpclient.h	Sun Feb 15 12:24:38 2026 +0100
@@ -35,6 +35,7 @@
 #include <sys/socket.h>
 #include <cx/string.h>
 #include <cx/mempool.h>
+#include <cx/test.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -149,6 +150,9 @@
 
 int http_client_start(HttpClient *client);
 
+
+void http_client_add_tests(CxTestSuite *suite);
+
 #ifdef __cplusplus
 }
 #endif

mercurial