- fix the build if we have ftpput without ftpget (speeling reeoe)
[oweals/busybox.git] / e2fsprogs / fsck.h
1 /*
2  * fsck.h
3  */
4
5 #define FSCK_ATTR(x) __attribute__(x)
6
7 #define EXIT_OK          0
8 #define EXIT_NONDESTRUCT 1
9 #define EXIT_DESTRUCT    2
10 #define EXIT_UNCORRECTED 4
11 #define EXIT_ERROR       8
12 #define EXIT_USAGE       16
13 #define FSCK_CANCELED    32     /* Aborted with a signal or ^C */
14
15 extern char *e2fs_set_sbin_path(void);