2001-04-06 Fernando Nasser <fnasser@redhat.com>
authorFernando Nasser <fnasser@redhat.com>
Fri, 6 Apr 2001 12:09:30 +0000 (12:09 +0000)
committerFernando Nasser <fnasser@redhat.com>
Fri, 6 Apr 2001 12:09:30 +0000 (12:09 +0000)
From David Deephanphongs <deephan@telocity.com>
* inferior.h:   Fix declarations of get_inferior_args and
set_inferior_args, which were missing the trailing 's'.

gdb/ChangeLog
gdb/inferior.h

index 200bbaadbf86bfeca2e2da8775279b00bdf88d52..b7f8ba183e6aa563ae9bdf4e4f9bd9f3042cdd3d 100644 (file)
@@ -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
index 5db89ee28710a5cbf680d4b980908d7f4b1d06cb..d944deb21882a7b1fc6054367044ab1e1b4d25ee 100644 (file)
@@ -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).  */
 
This page took 0.039176 seconds and 4 git commands to generate.