summaryrefslogtreecommitdiff
path: root/lib/select.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2011-07-28 12:27:55 -0700
committerDan Fandrich <dan@coneharvesters.com>2011-07-28 12:42:39 -0700
commit97795532214d4ce09159e7cda42c1a55dd13c5f7 (patch)
tree593bfbab91f3d0a61a8cdfa3b59f2132deb21dee /lib/select.h
parent435e2bc75797b14bc27dc4048b7fa1f3caa446f1 (diff)
downloadcurl-97795532214d4ce09159e7cda42c1a55dd13c5f7.tar.gz
Give the NTLM SSO helper a moment to cleanly shut down if needed
Diffstat (limited to 'lib/select.h')
-rw-r--r--lib/select.h2
1 files changed, 2 insertions, 0 deletions
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);