aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cube.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/cube.h b/src/cube.h
index d3d096a..28737c4 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -41,8 +41,11 @@ int64_t nissy_convert(
41 char *result 41 char *result
42); 42);
43 43
44int64_t nissy_gencube( 44int64_t nissy_getcube(
45 uint8_t id[16], 45 int64_t ep,
46 int64_t eo,
47 int64_t cp,
48 int64_t co,
46 const char *options, 49 const char *options,
47 char result[static 22] 50 char result[static 22]
48); 51);

Generated with cgit - Back to sebastiano.tronto.net