diff options
Diffstat (limited to '')
-rw-r--r-- | bounce.h (renamed from bouncer.h) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bouncer.h b/bounce.h index 13656ad..e731ac0 100644 --- a/bouncer.h +++ b/bounce.h @@ -28,3 +28,5 @@ void listenConfig(const char *cert, const char *priv); size_t listenBind(int fds[], size_t cap, const char *host, const char *port); int listenAccept(struct tls **client, int fd); + +int serverConnect(const char *host, const char *port); |