diff options
Diffstat (limited to 'src/cube_public.h')
| -rw-r--r-- | src/cube_public.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cube_public.h b/src/cube_public.h index 1b0cc14..01b6dac 100644 --- a/src/cube_public.h +++ b/src/cube_public.h | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | #include "cube.h" | ||
| 2 | |||
| 1 | int write_result(cube_t, char [static 22]); | 3 | int write_result(cube_t, char [static 22]); |
| 2 | 4 | ||
| 3 | int | 5 | int |
| @@ -127,6 +129,16 @@ nissy_writecube( | |||
| 127 | } | 129 | } |
| 128 | 130 | ||
| 129 | int64_t | 131 | int64_t |
| 132 | nissy_datasize( | ||
| 133 | const char *solver, | ||
| 134 | const char *options | ||
| 135 | ) | ||
| 136 | { | ||
| 137 | /* gendata() handles a NULL *data as a "dryrun" request */ | ||
| 138 | return nissy_gendata(solver, options, NULL); | ||
| 139 | } | ||
| 140 | |||
| 141 | int64_t | ||
| 130 | nissy_gendata( | 142 | nissy_gendata( |
| 131 | const char *solver, | 143 | const char *solver, |
| 132 | const char *options, | 144 | const char *options, |
