diff options
Diffstat (limited to 'src/nissy.h')
| -rw-r--r-- | src/nissy.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/nissy.h b/src/nissy.h index 8f4f363..7a39927 100644 --- a/src/nissy.h +++ b/src/nissy.h | |||
| @@ -281,6 +281,19 @@ long long nissy_solve( | |||
| 281 | ); | 281 | ); |
| 282 | 282 | ||
| 283 | /* | 283 | /* |
| 284 | Parameters: | ||
| 285 | moves - The moves to be counted. | ||
| 286 | |||
| 287 | Return values: | ||
| 288 | NISSY_ERROR_INVALID_MOVES - The given moves are invalid. | ||
| 289 | NISSY_ERROR_NULL_POINTER - The 'moves' argument is NULL. | ||
| 290 | Any value >= 0 - The number of moves. | ||
| 291 | */ | ||
| 292 | long long nissy_countmoves( | ||
| 293 | const char *moves | ||
| 294 | ); | ||
| 295 | |||
| 296 | /* | ||
| 284 | Set a global logger function used by this library. | 297 | Set a global logger function used by this library. |
| 285 | 298 | ||
| 286 | Parameters: | 299 | Parameters: |
