source: MondoRescue/branches/2.2.9/mindi-busybox/e2fsprogs/old_e2fsprogs/fsck.h@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
  • Property svn:eol-style set to native
File size: 351 bytes
Line 
1/* vi: set sw=4 ts=4: */
2/*
3 * fsck.h
4 */
5
6#define FSCK_ATTR(x) __attribute__(x)
7
8#define EXIT_OK 0
9#define EXIT_NONDESTRUCT 1
10#define EXIT_DESTRUCT 2
11#define EXIT_UNCORRECTED 4
12#define EXIT_ERROR 8
13#define EXIT_USAGE 16
14#define FSCK_CANCELED 32 /* Aborted with a signal or ^C */
15
16extern char *e2fs_set_sbin_path(void);
Note: See TracBrowser for help on using the repository browser.