~ubuntu-branches/ubuntu/saucy/xzip/saucy

« back to all changes in this revision

Viewing changes to ztypes.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2004-04-28 05:06:15 UTC
  • Revision ID: james.westby@ubuntu.com-20040428050615-07kk3bubuck40m0w
Tags: 1:1.8.2-3
* Bump Standards-Version to 3.6.1 (no changes needed).
* Corrected formatting error in debian/copyright (thanks lintian).

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
#define STRICTZ_REPORT_ONCE (1)
435
435
#define STRICTZ_REPORT_ALWAYS (2)
436
436
#define STRICTZ_REPORT_FATAL (3)
437
 
#define STRICTZ_DEFAULT_REPORT_MODE STRICTZ_REPORT_NEVER
 
437
#define STRICTZ_DEFAULT_REPORT_MODE STRICTZ_REPORT_ONCE
438
438
 
439
439
/* Error codes */
440
440
#define STRZERR_NO_ERROR (0)