diff options
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 ee7a087..01bab21 100644 --- a/chat.h +++ b/chat.h @@ -34,6 +34,7 @@ typedef unsigned uint; typedef unsigned char byte; struct { + bool insecure; char *host; char *port; char *auth; |