summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h2
1 files changed, 1 insertions, 1 deletions
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);