Give the NTLM SSO helper a moment to cleanly shut down if needed

This commit is contained in:
Dan Fandrich
2011-07-28 12:27:55 -07:00
parent 435e2bc757
commit 9779553221
3 changed files with 11 additions and 4 deletions

View File

@@ -89,6 +89,8 @@ int Curl_socket_ready(curl_socket_t readfd, curl_socket_t writefd,
int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms);
int Curl_wait_ms(int timeout_ms);
#ifdef TPF
int tpf_select_libcurl(int maxfds, fd_set* reads, fd_set* writes,
fd_set* excepts, struct timeval* tv);