Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
precompose_utf8: drop unused variable
[gitweb.git]
/
fsck.h
diff --git
a/fsck.h
b/fsck.h
index 3ef92a31a6df87edd2682459dceb77424c417f20..dded84b5f9fceda7b2e9b3f13f4ccf464f6c7116 100644
(file)
--- a/
fsck.h
+++ b/
fsck.h
@@
-3,6
+3,7
@@
#define FSCK_ERROR 1
#define FSCK_WARN 2
+#define FSCK_IGNORE 3
struct fsck_options;
@@
-31,6
+32,7
@@
struct fsck_options {
fsck_error error_func;
unsigned strict:1;
int *msg_type;
+ struct sha1_array *skiplist;
};
#define FSCK_OPTIONS_DEFAULT { NULL, fsck_error_function, 0, NULL }