summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-24 00:08:10 -0400
committerJune McEnroe <june@causal.agency>2019-10-24 00:08:10 -0400
commitc43ce258c909fbd1b449c5942db993e908c4abc3 (patch)
tree6ad0a2b7a24550a6674844a03f79434903efe82c /bounce.h
parentAdd ISUPPORT draft to STANDARDS (diff)
downloadpounce-c43ce258c909fbd1b449c5942db993e908c4abc3.tar.gz
pounce-c43ce258c909fbd1b449c5942db993e908c4abc3.zip
Rename some things
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);