repo.or.cz
/
fsck.sofs09.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test_clusterused refactoring complete
[fsck.sofs09.git]
/
fsck.h
blob
2eed3f09e281f6f8cfe54a05a8a28bb588693a1e
1
#ifndef _FSCK_
2
#define _FSCK_
3
4
typedef
enum
{
corrupt
,
weird
,
nice
}
testresult_t
;
5
typedef
testresult_t
(*
testfunction_t
)(
void
);
6
7
#endif
/* _FSCK_ */