ourerrno became Curl_ourerrno() and is now available to all libcurl

This commit is contained in:
Daniel Stenberg
2003-05-01 13:37:05 +00:00
parent f69ea2c68a
commit eb6130baa7
2 changed files with 7 additions and 6 deletions

View File

@@ -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