aboutsummaryrefslogtreecommitdiff
path: root/src/cubetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cubetypes.h')
-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