diff options
Diffstat (limited to 'vchat.h')
-rwxr-xr-x | vchat.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -167,6 +167,6 @@ typedef struct { | |||
167 | } commandentry; | 167 | } commandentry; |
168 | 168 | ||
169 | /* vchat-tls.c */ | 169 | /* vchat-tls.c */ |
170 | extern const char *vchat_ssl_version; | 170 | extern const char *vchat_tls_version; |
171 | extern const char *vchat_ssl_version_external; | 171 | extern const char *vchat_tls_version_external; |
172 | void vchat_ssl_get_version_external(); | 172 | void vchat_tls_get_version_external(); |