From 445364a4b495c275e2723a05e7f4be0090ba5d0a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 9 Oct 2022 18:12:39 +0200 Subject: Finished fst, added tests. STILL NOT WORKING. --- src/cubetypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cubetypes.h') 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 *); typedef bool (*Validator) (Alg *); typedef void (*Exec) (CommandArgs *); typedef CommandArgs * (*ArgParser) (int, char **); +typedef bool (*Tester) (void); typedef int (*TransFinder) (uint64_t, Trans *); @@ -239,7 +240,7 @@ fstcube uint16_t rd_eofb; uint16_t rd_eposepe; uint16_t rd_coud; -} +}; struct indexer -- cgit v1.3