aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connect.h')
-rw-r--r--lib/connect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/connect.h b/lib/connect.h
index df3147ec0..5e40232c3 100644
--- a/lib/connect.h
+++ b/lib/connect.h
@@ -37,4 +37,6 @@ CURLcode Curl_connecthost(struct connectdata *conn,
Curl_ipconnect **addr, /* the one we used */
bool *connected /* truly connected? */
);
+
+int Curl_ourerrno(void);
#endif