diff options
author | June McEnroe <june@causal.agency> | 2018-12-04 10:39:38 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-12-04 10:39:38 -0500 |
commit | 9106bd61fa1a7ecff0ea8d805295ed3d3aa68c20 (patch) | |
tree | 8b01397e267ee42e4ff3c7f5cd769a8cb1e00236 /chat.h | |
parent | Implement base64 encoding (diff) | |
download | catgirl-9106bd61fa1a7ecff0ea8d805295ed3d3aa68c20.tar.gz catgirl-9106bd61fa1a7ecff0ea8d805295ed3d3aa68c20.zip |
Add -a auth option for unimplemented SASL
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 1 |
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; |