aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index e1d3214..5302262 100644
--- a/src/config.h
+++ b/src/config.h
@@ -38,6 +38,8 @@ struct IRCConf
char *realname;
char *server;
int port;
+ int tls;
+ int tls_hostname_verification;
time_t readtimeout;
time_t reconnectinterval;
char *password;