From c43ce258c909fbd1b449c5942db993e908c4abc3 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 24 Oct 2019 00:08:10 -0400 Subject: Rename some things --- bounce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 7b9f4f8..1c47094 100644 --- a/bounce.h +++ b/bounce.h @@ -69,7 +69,7 @@ void serverRecv(void); char *clientPass; struct Client *clientAlloc(struct tls *tls); void clientFree(struct Client *client); -bool clientClose(const struct Client *client); +bool clientError(const struct Client *client); void clientRecv(struct Client *client); void clientSend(struct Client *client, const char *ptr, size_t len); -- cgit 1.4.1