diff options
| -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 | ||
