diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-25 20:29:22 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-25 20:29:22 +0100 |
| commit | 0f81a5a70be20a82ee8495f050366a28d0be21c7 (patch) | |
| tree | 1d438ad2d3c9fd75ebd10f09d594a4a83fdd3fab /src/commands.h | |
| parent | 4d664cefcc8c5a852629b29d47eb39e628adac57 (diff) | |
| download | nissy-0f81a5a70be20a82ee8495f050366a28d0be21c7.tar.gz nissy-0f81a5a70be20a82ee8495f050366a28d0be21c7.zip | |
Added the invert and unniss commands
Diffstat (limited to '')
| -rw-r--r-- | src/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h index 938a0bd..7773827 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | #include "solve.h" | 4 | #include "solve.h" |
| 5 | #include "steps.h" | 5 | #include "steps.h" |
| 6 | 6 | ||
| 7 | #define NCOMMANDS 10 | 7 | #define NCOMMANDS 20 |
| 8 | 8 | ||
| 9 | void free_args(CommandArgs *args); | 9 | void free_args(CommandArgs *args); |
| 10 | CommandArgs * new_args(); | 10 | CommandArgs * new_args(); |
