mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
2001-04-06 Fernando Nasser <fnasser@redhat.com>
From David Deephanphongs <deephan@telocity.com> * inferior.h: Fix declarations of get_inferior_args and set_inferior_args, which were missing the trailing 's'.
This commit is contained in:
parent
c241941156
commit
a250df2e35
@ -1,3 +1,9 @@
|
||||
2001-04-06 Fernando Nasser <fnasser@redhat.com>
|
||||
|
||||
From David Deephanphongs <deephan@telocity.com>
|
||||
* inferior.h: Fix declarations of get_inferior_args and
|
||||
set_inferior_args, which were missing the trailing 's'.
|
||||
|
||||
2001-04-05 Jeff Holcomb <jeffh@redhat.com>
|
||||
|
||||
* monitor.c (monitor_supply_register): Only report an error if we
|
||||
|
@ -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). */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user