mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* 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:
@ -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 **);
|
||||
|
||||
|
Reference in New Issue
Block a user