~ubuntu-branches/ubuntu/gutsy/curl/gutsy

« back to all changes in this revision

Viewing changes to lib/select.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20060629150424-be178abcwks1n519
Tags: upstream-7.15.4
ImportĀ upstreamĀ versionĀ 7.15.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21
21
 * KIND, either express or implied.
22
22
 *
23
 
 * $Id: select.h,v 1.3 2004/11/19 14:38:02 giva Exp $
 
23
 * $Id: select.h,v 1.4 2006-04-07 21:50:47 bagder Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
#ifdef HAVE_SYS_POLL_H
51
51
 
52
52
int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms);
53
53
 
 
54
#ifdef TPF
 
55
int tpf_select_libcurl(int maxfds, fd_set* reads, fd_set* writes,
 
56
                       fd_set* excepts, struct timeval* tv);
 
57
#endif
54
58
 
55
59
#endif