~csurbhi/ubuntu/maverick/e2fsprogs/e2fsprogs.fix-505719

« back to all changes in this revision

Viewing changes to e2fsck/problemP.h

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-09-19 09:43:14 UTC
  • mto: (8.1.1 lenny) (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040919094314-2tafd19i76fhu6ei
Tags: upstream-1.35
ImportĀ upstreamĀ versionĀ 1.35

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#define PR_NOCOLLATE    0x008000 /* Don't collate answers for this latch */
39
39
#define PR_NO_NOMSG     0x010000 /* Don't print a message if e2fsck -n */
40
40
#define PR_PREEN_NO     0x020000 /* Use No as an answer if preening */
 
41
#define PR_PREEN_NOHDR  0x040000 /* Don't print the preen header */
41
42