diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2022-05-25 00:23:08 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2022-05-25 00:23:08 +0200 |
commit | 0bd0d4e6db2093186e91aa023865f16c793854e2 (patch) | |
tree | 18ad198b26f0be89c3a385cd09b7bcfe3a5063ac /vchat-connection.h | |
parent | acc107e1a89cc599d9c00b3e899e39af3159e950 (diff) |
Make tls engine runtime configurable
Diffstat (limited to 'vchat-connection.h')
-rw-r--r-- | vchat-connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vchat-connection.h b/vchat-connection.h index 2889c82..766dc0a 100644 --- a/vchat-connection.h +++ b/vchat-connection.h | |||
@@ -7,3 +7,5 @@ void vc_sendmessage(const char *message); | |||
7 | int vc_receive(); | 7 | int vc_receive(); |
8 | int vc_poll(); | 8 | int vc_poll(); |
9 | void vc_disconnect(); | 9 | void vc_disconnect(); |
10 | |||
11 | const char *vchat_tls_version_external(); | ||