]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - e2fsck/problemP.h
e2fsck: remove get_filename_hash() prototype
[thirdparty/e2fsprogs.git] / e2fsck / problemP.h
index cce5511a2a0df162ee74068c85873213edc57b2b..63bb8df6c7bf70df78085baa21fabbc8746cae9b 100644 (file)
@@ -15,6 +15,8 @@ struct e2fsck_problem {
        char            prompt;
        int             flags;
        problem_t       second_code;
+       int             count;
+       int             max_count;
 };
 
 struct latch_descr {
@@ -38,4 +40,8 @@ struct latch_descr {
 #define PR_NOCOLLATE   0x008000 /* Don't collate answers for this latch */
 #define PR_NO_NOMSG    0x010000 /* Don't print a message if e2fsck -n */
 #define PR_PREEN_NO    0x020000 /* Use No as an answer if preening */
-
+#define PR_PREEN_NOHDR 0x040000 /* Don't print the preen header */
+#define PR_CONFIG      0x080000 /* This problem has been customized
+                                   from the config file */
+#define PR_FORCE_NO    0x100000 /* Force the answer to be no */
+#define PR_NOT_A_FIX   0x200000 /* Yes doesn't mean a problem was fixed */