~ubuntu-branches/ubuntu/saucy/curl/saucy-security

« back to all changes in this revision

Viewing changes to lib/select.h

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2011-11-25 17:30:45 UTC
  • mfrom: (3.4.23 sid)
  • Revision ID: package-import@ubuntu.com-20111125173045-2l3ni88jv16kath0
Tags: 7.22.0-3ubuntu1
* Merge from Debian unstable, remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 
90
90
int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms);
91
91
 
 
92
int Curl_wait_ms(int timeout_ms);
 
93
 
92
94
#ifdef TPF
93
95
int tpf_select_libcurl(int maxfds, fd_set* reads, fd_set* writes,
94
96
                       fd_set* excepts, struct timeval* tv);