summaryrefslogtreecommitdiff
path: root/vchat.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2022-05-18 00:03:41 +0200
committerDirk Engling <erdgeist@erdgeist.org>2022-05-18 00:03:41 +0200
commit92c67507e7b9b94341b3453b01a124f642aa68fb (patch)
treeb1060d20c938014681ecbc1ed8cdac78f0cbe92f /vchat.h
parentfb028f975b9d40680e0dfbc94081ac72ed7067f7 (diff)
Simplify tls code by removing all unused functions to allow for more generic helpers that can be used across lib wrappers
Diffstat (limited to 'vchat.h')
-rwxr-xr-xvchat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vchat.h b/vchat.h
index c6077a6..71ad149 100755
--- a/vchat.h
+++ b/vchat.h
@@ -167,6 +167,6 @@ typedef struct {
167} commandentry; 167} commandentry;
168 168
169/* vchat-tls.c */ 169/* vchat-tls.c */
170extern const char *vchat_ssl_version; 170extern const char *vchat_tls_version;
171extern const char *vchat_ssl_version_external; 171extern const char *vchat_tls_version_external;
172void vchat_ssl_get_version_external(); 172void vchat_tls_get_version_external();