diff options
Diffstat (limited to '')
| -rw-r--r-- | src/cube.h | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -41,8 +41,11 @@ int64_t nissy_convert( | |||
| 41 | char *result | 41 | char *result |
| 42 | ); | 42 | ); |
| 43 | 43 | ||
| 44 | int64_t nissy_gencube( | 44 | int64_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 | ); |
