diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-07 17:16:19 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-07 17:16:19 +0200 |
| commit | c90781c8602bd2ff17270105c98277ac79665ac8 (patch) | |
| tree | d7dcaffbc1047df10c1a9ff0b4c3075a339ba2fc /src | |
| parent | d1747a694ea65a463d6e9b6f7408ae969a8bfff5 (diff) | |
| download | nissy-core-c90781c8602bd2ff17270105c98277ac79665ac8.tar.gz nissy-core-c90781c8602bd2ff17270105c98277ac79665ac8.zip | |
Mention lastqt and unniss in description of nissy_variations()
Diffstat (limited to '')
| -rw-r--r-- | src/nissy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nissy.h b/src/nissy.h index 959b2d8..2785e00 100644 --- a/src/nissy.h +++ b/src/nissy.h | |||
| @@ -220,7 +220,8 @@ and it always ends in a newline character. | |||
| 220 | Parameters: | 220 | Parameters: |
| 221 | moves - The moves of which to find the variation. Must be at most | 221 | moves - The moves of which to find the variation. Must be at most |
| 222 | NISSY_SIZE_MOVES long. | 222 | NISSY_SIZE_MOVES long. |
| 223 | variations - Specify which kind of variations to find, e.g. "lastqt". | 223 | variations - Specify which kind of variations to find, for example |
| 224 | "lastqt" or "unniss". | ||
| 224 | result_size - The size of the result buffer. | 225 | result_size - The size of the result buffer. |
| 225 | result - The result buffer. | 226 | result - The result buffer. |
| 226 | 227 | ||
