diff options
Diffstat (limited to 'commands.h')
-rw-r--r-- | commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ struct commands #define COMMANDS_NOERROR 4 /* No errors: -. */ void execute_file_commands (struct file *file); -void print_commands (struct commands *cmds); +void print_commands (const struct commands *cmds); void delete_child_targets (struct child *child); void chop_commands (struct commands *cmds); void set_file_variables (struct file *file); |