aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
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