aboutsummaryrefslogtreecommitdiff
path: root/src/nissy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nissy.h')
-rw-r--r--src/nissy.h13
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/*
284Parameters:
285 moves - The moves to be counted.
286
287Return 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*/
292long long nissy_countmoves(
293 const char *moves
294);
295
296/*
284Set a global logger function used by this library. 297Set a global logger function used by this library.
285 298
286Parameters: 299Parameters:

Generated with cgit - Back to sebastiano.tronto.net