~ubuntu-branches/ubuntu/edgy/curl/edgy

« back to all changes in this revision

Viewing changes to lib/connect.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-07-26 19:03:01 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20050726190301-x2m2vmjgc8fwnic5
Tags: 7.14.0-2ubuntu1
Synchronize with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *                            | (__| |_| |  _ <| |___
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
11
11
 *
12
12
 * This software is licensed as described in the file COPYING, which
13
13
 * you should have received as part of this distribution. The terms
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.19 2004/06/30 09:22:48 bagder Exp $
 
23
 * $Id: connect.h,v 1.20 2005/01/29 13:07:17 bagder Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
int Curl_nonblock(curl_socket_t sockfd,    /* operate on this */
39
39
 
40
40
int Curl_ourerrno(void);
41
41
 
 
42
CURLcode Curl_store_ip_addr(struct connectdata *conn);
 
43
 
42
44
#define DEFAULT_CONNECT_TIMEOUT 300000 /* milliseconds == five minutes */
43
45
 
44
46
#endif