Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
wrapper: implement xopen()
[gitweb.git]
/
fsck.h
diff --git
a/fsck.h
b/fsck.h
index 1dab276899c09aafc0ccfa249b5093271ec6a414..dded84b5f9fceda7b2e9b3f13f4ccf464f6c7116 100644
(file)
--- a/
fsck.h
+++ b/
fsck.h
@@
-32,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 }