diff options
Diffstat (limited to 'python/nissy_module.c')
| -rw-r--r-- | python/nissy_module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/nissy_module.c b/python/nissy_module.c index 069dea0..5f5c0c4 100644 --- a/python/nissy_module.c +++ b/python/nissy_module.c | |||
| @@ -350,9 +350,9 @@ static PyMethodDef nissy_methods[] = { | |||
| 350 | { "getcube", getcube, METH_VARARGS, getcube_doc }, | 350 | { "getcube", getcube, METH_VARARGS, getcube_doc }, |
| 351 | { "solverinfo", solverinfo, METH_VARARGS, solverinfo_doc }, | 351 | { "solverinfo", solverinfo, METH_VARARGS, solverinfo_doc }, |
| 352 | { "gendata", gendata, METH_VARARGS, gendata_doc }, | 352 | { "gendata", gendata, METH_VARARGS, gendata_doc }, |
| 353 | { "checkdata", _checkdata, METH_VARARGS, checkdata_doc }, | 353 | { "checkdata", checkdata, METH_VARARGS, checkdata_doc }, |
| 354 | { "solve", solve, METH_VARARGS, solve_doc }, | 354 | { "solve", solve, METH_VARARGS, solve_doc }, |
| 355 | { "countmoves", _countmoves, METH_VARARGS, countmoves_doc }, | 355 | { "countmoves", countmoves, METH_VARARGS, countmoves_doc }, |
| 356 | { NULL, NULL, 0, NULL } | 356 | { NULL, NULL, 0, NULL } |
| 357 | }; | 357 | }; |
| 358 | 358 | ||
