~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to lib/multiif.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20070516151654-x9nkigtr2j0i8d0v
Tags: upstream-7.16.2
ImportĀ upstreamĀ versionĀ 7.16.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *                            | (__| |_| |  _ <| |___
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2006, 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: multiif.h,v 1.4 2006-04-10 15:00:54 bagder Exp $
 
23
 * $Id: multiif.h,v 1.7 2007-04-10 20:46:40 bagder Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
/*
30
30
 
31
31
void Curl_multi_rmeasy(void *multi, CURL *data);
32
32
 
 
33
bool Curl_multi_canPipeline(struct Curl_multi* multi);
 
34
void Curl_multi_handlePipeBreak(struct SessionHandle *data);
 
35
 
33
36
/* the write bits start at bit 16 for the *getsock() bitmap */
34
37
#define GETSOCK_WRITEBITSTART 16
35
38