~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to lib/connect.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.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: connect.h,v 1.25 2008-05-12 21:43:28 bagder Exp $
 
23
 * $Id: connect.h,v 1.26 2008-11-03 16:24:56 bagder Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
int Curl_nonblock(curl_socket_t sockfd,    /* operate on this */
37
37
                          Curl_addrinfo **addr, /* the one we used */
38
38
                          bool *connected); /* truly connected? */
39
39
 
40
 
CURLcode Curl_store_ip_addr(struct connectdata *conn);
41
 
 
42
40
/* generic function that returns how much time there's left to run, according
43
41
   to the timeouts set */
44
42
long Curl_timeleft(struct connectdata *conn,