about summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-04-03 17:14:28 -0400
committerJune McEnroe <june@causal.agency>2022-04-03 17:15:56 -0400
commit7d2303dca9ce1eba6f3fc7cbe6e418b78c5aa1c1 (patch)
tree8a274ae9213064849c63410007e754c596c925b4 /bounce.h
parentRename client->error to client->remove (diff)
downloadpounce-7d2303dca9ce1eba6f3fc7cbe6e418b78c5aa1c1.tar.gz
pounce-7d2303dca9ce1eba6f3fc7cbe6e418b78c5aa1c1.zip
Allow quitting pounce from clients
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bounce.h b/bounce.h
index fa810a2..e196ed0 100644
--- a/bounce.h
+++ b/bounce.h
@@ -228,6 +228,7 @@ extern enum Cap clientCaps;
 extern char *clientOrigin;
 extern char *clientPass;
 extern char *clientAway;
+extern char *clientQuit;
 struct Client *clientAlloc(int sock, struct tls *tls);
 void clientFree(struct Client *client);
 void clientRecv(struct Client *client);