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

« back to all changes in this revision

Viewing changes to lib/progress.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:
7
7
 *                            | (__| |_| |  _ <| |___
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2008, 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: progress.h,v 1.21 2004/11/15 11:27:03 bagder Exp $
 
23
 * $Id: progress.h,v 1.22 2008-07-03 06:56:03 bagder Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
#include "timeval.h"
30
30
  TIMER_NONE,
31
31
  TIMER_NAMELOOKUP,
32
32
  TIMER_CONNECT,
 
33
  TIMER_APPCONNECT,
33
34
  TIMER_PRETRANSFER,
34
35
  TIMER_STARTTRANSFER,
35
36
  TIMER_POSTRANSFER,