summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/connect.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/connect.h')
-rw-r--r--libs/libcurl/src/connect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/libcurl/src/connect.h b/libs/libcurl/src/connect.h
index c9a12188c4..60cec0a9b3 100644
--- a/libs/libcurl/src/connect.h
+++ b/libs/libcurl/src/connect.h
@@ -32,6 +32,8 @@
struct Curl_dns_entry;
struct ip_quadruple;
+enum alpnid Curl_alpn2alpnid(char *name, size_t len);
+
/* generic function that returns how much time there is left to run, according
to the timeouts set */
timediff_t Curl_timeleft(struct Curl_easy *data,