From: Fernando Nasser Date: Fri, 6 Apr 2001 12:09:30 +0000 (+0000) Subject: 2001-04-06 Fernando Nasser X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a250df2e356bc3f0a4607b814c6fc0e6aae85a0a;p=binutils-gdb.git 2001-04-06 Fernando Nasser From David Deephanphongs * inferior.h: Fix declarations of get_inferior_args and set_inferior_args, which were missing the trailing 's'. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 200bbaadbf8..b7f8ba183e6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-04-06 Fernando Nasser + + From David Deephanphongs + * inferior.h: Fix declarations of get_inferior_args and + set_inferior_args, which were missing the trailing 's'. + 2001-04-05 Jeff Holcomb * monitor.c (monitor_supply_register): Only report an error if we diff --git a/gdb/inferior.h b/gdb/inferior.h index 5db89ee2871..d944deb2188 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -267,9 +267,9 @@ extern void tty_command (char *, int); extern void attach_command (char *, int); -extern char *get_inferior_arg (void); +extern char *get_inferior_args (void); -extern char *set_inferior_arg (char *); +extern char *set_inferior_args (char *); /* Last signal that the inferior received (why it stopped). */