From 77426b0f3e2700fba2fb1011c5096c9b0a7916c1 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 26 Oct 2019 20:15:29 -0400 Subject: Add undocumented flag to disable verification --- bounce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 26e62df..b0d6d18 100644 --- a/bounce.h +++ b/bounce.h @@ -65,7 +65,7 @@ void listenConfig(const char *cert, const char *priv); size_t listenBind(int fds[], size_t cap, const char *host, const char *port); struct tls *listenAccept(int *fd, int bind); -int serverConnect(const char *host, const char *port); +int serverConnect(bool insecure, const char *host, const char *port); void serverLogin( const char *pass, const char *auth, const char *nick, const char *user, const char *real -- cgit 1.4.1