diff options
Diffstat (limited to '')
| -rw-r--r-- | src/commands.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/commands.h b/src/commands.h index bac71f1..b7a4c36 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -6,11 +6,9 @@ | |||
| 6 | #include "solve.h" | 6 | #include "solve.h" |
| 7 | #include "steps.h" | 7 | #include "steps.h" |
| 8 | 8 | ||
| 9 | #define NCOMMANDS 20 | ||
| 10 | |||
| 11 | void free_args(CommandArgs *args); | 9 | void free_args(CommandArgs *args); |
| 12 | CommandArgs * new_args(); | 10 | CommandArgs * new_args(); |
| 13 | 11 | ||
| 14 | extern Command * commands[NCOMMANDS]; | 12 | extern Command * commands[]; |
| 15 | 13 | ||
| 16 | #endif | 14 | #endif |
