diff options
Diffstat (limited to 'src/commands.h')
| -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 b7a4c36..ca09875 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | #include "steps.h" | 7 | #include "steps.h" |
| 8 | 8 | ||
| 9 | void free_args(CommandArgs *args); | 9 | void free_args(CommandArgs *args); |
| 10 | CommandArgs * new_args(); | 10 | CommandArgs * new_args(void); |
| 11 | 11 | ||
| 12 | extern Command * commands[]; | 12 | extern Command * commands[]; |
| 13 | 13 | ||
