diff options
author | Yang Tse <yangsita@gmail.com> | 2010-11-30 22:14:37 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-11-30 22:14:37 +0100 |
commit | 11cddb68e0ff73c8297b85e51bebaf6f968a8d62 (patch) | |
tree | 92c287a27561496b0be9f35faba35ef9c6bcc580 /lib/connect.h | |
parent | 1b2b93e0746ed09daf62ffc55cff1dcaaa3dff09 (diff) | |
download | curl-11cddb68e0ff73c8297b85e51bebaf6f968a8d62.tar.gz |
fix getinfo CURLINFO_LOCAL* for reused connections (take 2)
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 2c6b10a38..6cc403d9f 100644 --- a/lib/connect.h +++ b/lib/connect.h @@ -69,4 +69,6 @@ void Curl_sndbufset(curl_socket_t sockfd); void Curl_updateconninfo(struct connectdata *conn, curl_socket_t sockfd); +void Curl_persistconninfo(struct connectdata *conn); + #endif |