~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-security

« back to all changes in this revision

Viewing changes to libtransmission/transmission.h

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2007-11-22 12:37:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122123714-b0xi4zxhgk5qwbmc
Tags: 0.93.dfsg-2
* Added missing build-dependency (python).
* debian/control: switching to Homepage, Vcs-Browser and Vcs-Svn official
  fields (Leo "costela" Antunes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: transmission.h 3573 2007-10-26 03:02:35Z charles $
 
2
 * $Id: transmission.h 3665 2007-10-31 18:10:54Z charles $
3
3
 *
4
4
 * Copyright (c) 2005-2007 Transmission authors and contributors
5
5
 *
80
80
#define TR_ERROR_ASSERT             0x82000000
81
81
/* I/O errors */
82
82
#define TR_ERROR_IO_MASK            0x000000FF
83
 
#define TR_ERROR_IO_PARENT          0x80000001
84
83
#define TR_ERROR_IO_PERMISSIONS     0x80000002
85
84
#define TR_ERROR_IO_SPACE           0x80000004
86
85
#define TR_ERROR_IO_FILE_TOO_BIG    0x80000008