aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-07-03 17:15:24 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-07-03 17:15:24 +0200
commit425eee24421bf0a19c7e0199d2e3ecba3318c8f4 (patch)
treee6e84901c00593da4f165584e19878b3f6d34b60 /src/cube.h
parent4a16da26dacdb37b9ef8d3d11e10ecb94b0cf396 (diff)
downloadnissy-core-425eee24421bf0a19c7e0199d2e3ecba3318c8f4.tar.gz
nissy-core-425eee24421bf0a19c7e0199d2e3ecba3318c8f4.zip
Preparing for table stats
Diffstat (limited to 'src/cube.h')
-rw-r--r--src/cube.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cube.h b/src/cube.h
index b5eb615..d3d096a 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -41,6 +41,12 @@ int64_t nissy_convert(
41 char *result 41 char *result
42); 42);
43 43
44int64_t nissy_gencube(
45 uint8_t id[16],
46 const char *options,
47 char result[static 22]
48);
49
44/* 50/*
45Returns the size of the data generated by nissy_gendata, when called with 51Returns the size of the data generated by nissy_gendata, when called with
46the same parameters, or -1 in case of error. The returned value can be 52the same parameters, or -1 in case of error. The returned value can be

Generated with cgit - Back to sebastiano.tronto.net