diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-05-01 13:37:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-05-01 13:37:05 +0000 |
commit | eb6130baa76ad0689de5eb4a24f5717eed1baa89 (patch) | |
tree | cfe8d2171b219b30e3bada788bb4dabfa3a1cbc8 /lib/connect.h | |
parent | f69ea2c68acc223ea70b2366f247299618dd7d7a (diff) | |
download | curl-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.h | 2 |
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 |