aboutsummaryrefslogtreecommitdiff
path: root/lib/axtls.h
diff options
context:
space:
mode:
authorEric Hu <EHu@directv.com>2013-06-12 10:36:31 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-06-12 10:37:32 +0200
commit10b6d81c648f5ee49405a031e6a609802c1609d6 (patch)
tree487249d4c4142ae533813d94f57fb6de858c0734 /lib/axtls.h
parent8026bd7abd78ad514a90e57ff6f628e545310604 (diff)
axtls: now done non-blocking
Diffstat (limited to 'lib/axtls.h')
-rw-r--r--lib/axtls.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/axtls.h b/lib/axtls.h
index 8d33b1c7a..db9136597 100644
--- a/lib/axtls.h
+++ b/lib/axtls.h
@@ -30,6 +30,10 @@
int Curl_axtls_init(void);
int Curl_axtls_cleanup(void);
CURLcode Curl_axtls_connect(struct connectdata *conn, int sockindex);
+CURLcode Curl_axtls_connect_nonblocking(
+ struct connectdata *conn,
+ int sockindex,
+ bool *done);
/* tell axTLS to close down all open information regarding connections (and
thus session ID caching etc) */
@@ -47,6 +51,7 @@ int Curl_axtls_check_cxn(struct connectdata *conn);
#define curlssl_init Curl_axtls_init
#define curlssl_cleanup Curl_axtls_cleanup
#define curlssl_connect Curl_axtls_connect
+#define curlssl_connect_nonblocking Curl_axtls_connect_nonblocking
#define curlssl_session_free(x) Curl_axtls_session_free(x)
#define curlssl_close_all Curl_axtls_close_all
#define curlssl_close Curl_axtls_close