aboutsummaryrefslogtreecommitdiff
path: root/src/IO/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/IO/tls.h')
-rw-r--r--src/IO/tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/tls.h b/src/IO/tls.h
index 9bc89de5..af01202f 100644
--- a/src/IO/tls.h
+++ b/src/IO/tls.h
@@ -20,7 +20,7 @@ int a_Tls_connect_ready(const DilloUrl *url);
void a_Tls_reset_server_state(const DilloUrl *url);
/* Use to initiate a TLS connection. */
-void a_Tls_handshake(int fd, const DilloUrl *url);
+void a_Tls_connect(int fd, const DilloUrl *url);
void *a_Tls_connection(int fd);