diff options
Diffstat (limited to 'src/cubetypes.h')
| -rw-r--r-- | src/cubetypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index bb1ad10..d4fa241 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -108,6 +108,7 @@ typedef void (*DfsExtraCopier) (void *, void *); | |||
| 108 | typedef bool (*Validator) (Alg *); | 108 | typedef bool (*Validator) (Alg *); |
| 109 | typedef void (*Exec) (CommandArgs *); | 109 | typedef void (*Exec) (CommandArgs *); |
| 110 | typedef CommandArgs * (*ArgParser) (int, char **); | 110 | typedef CommandArgs * (*ArgParser) (int, char **); |
| 111 | typedef bool (*Tester) (void); | ||
| 111 | typedef int (*TransFinder) (uint64_t, Trans *); | 112 | typedef int (*TransFinder) (uint64_t, Trans *); |
| 112 | 113 | ||
| 113 | 114 | ||
| @@ -239,7 +240,7 @@ fstcube | |||
| 239 | uint16_t rd_eofb; | 240 | uint16_t rd_eofb; |
| 240 | uint16_t rd_eposepe; | 241 | uint16_t rd_eposepe; |
| 241 | uint16_t rd_coud; | 242 | uint16_t rd_coud; |
| 242 | } | 243 | }; |
| 243 | 244 | ||
| 244 | struct | 245 | struct |
| 245 | indexer | 246 | indexer |
