From 97795532214d4ce09159e7cda42c1a55dd13c5f7 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 28 Jul 2011 12:27:55 -0700 Subject: Give the NTLM SSO helper a moment to cleanly shut down if needed --- lib/select.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/select.h') diff --git a/lib/select.h b/lib/select.h index e012c63f3..d785fb393 100644 --- a/lib/select.h +++ b/lib/select.h @@ -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); -- cgit v1.2.3