diff options
author | June McEnroe <june@causal.agency> | 2019-10-24 00:08:10 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-24 00:08:10 -0400 |
commit | c43ce258c909fbd1b449c5942db993e908c4abc3 (patch) | |
tree | 6ad0a2b7a24550a6674844a03f79434903efe82c /bounce.h | |
parent | Add ISUPPORT draft to STANDARDS (diff) | |
download | pounce-c43ce258c909fbd1b449c5942db993e908c4abc3.tar.gz pounce-c43ce258c909fbd1b449c5942db993e908c4abc3.zip |
Rename some things
Diffstat (limited to 'bounce.h')
-rw-r--r-- | bounce.h | 2 |
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); |