about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-04 10:39:38 -0500
committerJune McEnroe <june@causal.agency>2018-12-04 10:39:38 -0500
commit9106bd61fa1a7ecff0ea8d805295ed3d3aa68c20 (patch)
tree8b01397e267ee42e4ff3c7f5cd769a8cb1e00236 /chat.h
parentImplement base64 encoding (diff)
downloadcatgirl-9106bd61fa1a7ecff0ea8d805295ed3d3aa68c20.tar.gz
catgirl-9106bd61fa1a7ecff0ea8d805295ed3d3aa68c20.zip
Add -a auth option for unimplemented SASL
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index 6c1cf0f..7e320eb 100644
--- a/chat.h
+++ b/chat.h
@@ -35,6 +35,7 @@ typedef unsigned char byte;
 struct {
 	char *host;
 	char *port;
+	char *auth;
 	char *pass;
 	char *webp;
 	char *nick;