* mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.

* defs.h (read_command_lines_1): Add missing 'void'.
	* cli/cli-script.c (recurse_read_control_structure): Add missing
	'void'.
	(read_next_line): Likewise.
	(read_command_lines_1): Likewise.
This commit is contained in:
Tom Tromey
2010-03-02 21:46:28 +00:00
parent ce50d78b10
commit a58d7472bd
4 changed files with 16 additions and 7 deletions

View File

@ -707,7 +707,7 @@ struct command_line
};
extern struct command_line *read_command_lines (char *, int, int);
extern struct command_line *read_command_lines_1 (char * (*) (), int);
extern struct command_line *read_command_lines_1 (char * (*) (void), int);
extern void free_command_lines (struct command_line **);