summaryrefslogtreecommitdiff
path: root/lib/connect.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-01 13:37:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-01 13:37:05 +0000
commiteb6130baa76ad0689de5eb4a24f5717eed1baa89 (patch)
treecfe8d2171b219b30e3bada788bb4dabfa3a1cbc8 /lib/connect.h
parentf69ea2c68acc223ea70b2366f247299618dd7d7a (diff)
downloadcurl-eb6130baa76ad0689de5eb4a24f5717eed1baa89.tar.gz
ourerrno became Curl_ourerrno() and is now available to all libcurl
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