From 00687ffd41edb1fe6a9a95e2829028cb76fe876c Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Tue, 23 Mar 2004 20:41:49 +0000 Subject: merge mainline changes into branch --- gdb/cli/cli-script.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/cli/cli-script.h') diff --git a/gdb/cli/cli-script.h b/gdb/cli/cli-script.h index 03cb841..fc5c203 100644 --- a/gdb/cli/cli-script.h +++ b/gdb/cli/cli-script.h @@ -47,6 +47,8 @@ extern void print_command_lines (struct ui_out *, extern struct command_line * copy_command_lines (struct command_line *cmds); +struct cleanup *make_cleanup_free_command_lines (struct command_line **arg); + /* Exported to gdb/infrun.c */ extern void execute_user_command (struct cmd_list_element *c, char *args); -- cgit v1.1