summaryrefslogtreecommitdiff
path: root/src/http_proxy_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http_proxy_server.h')
-rw-r--r--src/http_proxy_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http_proxy_server.h b/src/http_proxy_server.h
index 6e13549..21c8c4b 100644
--- a/src/http_proxy_server.h
+++ b/src/http_proxy_server.h
@@ -24,6 +24,6 @@
#include "http_proxy_functions.h"
#include "network.h"
-int initialize_http_proxy_server(int* sockfd, const char *host, const char *serv, socklen_t *addrlenp, const char type, int limit);
+int initialize_http_proxy_server(int* sockfd, const char *host, const char *serv, socklen_t *addrlenp, const char type, int limit, char https, SSL_CTX* ctx);
#endif