test_clusterused refactoring complete
[fsck.sofs09.git] / fsck.h
blob2eed3f09e281f6f8cfe54a05a8a28bb588693a1e
1 #ifndef _FSCK_
2 #define _FSCK_
4 typedef enum {corrupt, weird, nice} testresult_t;
5 typedef testresult_t (*testfunction_t)(void);
7 #endif /* _FSCK_ */