aboutsummaryrefslogtreecommitdiff
path: root/src/cubetypes.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-10-09 18:12:39 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-10-09 18:12:39 +0200
commit445364a4b495c275e2723a05e7f4be0090ba5d0a (patch)
treebc8b58ccef2efde356dc5f955cb7a08850d8f407 /src/cubetypes.h
parent2dce2a8a0ebd95e9e65d9d53206c4b2babc2af2f (diff)
downloadnissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.tar.gz
nissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.zip
Finished fst, added tests. STILL NOT WORKING.
Diffstat (limited to '')
-rw-r--r--src/cubetypes.h3
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 *);
108typedef bool (*Validator) (Alg *); 108typedef bool (*Validator) (Alg *);
109typedef void (*Exec) (CommandArgs *); 109typedef void (*Exec) (CommandArgs *);
110typedef CommandArgs * (*ArgParser) (int, char **); 110typedef CommandArgs * (*ArgParser) (int, char **);
111typedef bool (*Tester) (void);
111typedef int (*TransFinder) (uint64_t, Trans *); 112typedef 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
244struct 245struct
245indexer 246indexer

Generated with cgit - Back to sebastiano.tronto.net