summaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2001-04-06 12:09:30 +0000
committerFernando Nasser <fnasser@redhat.com>2001-04-06 12:09:30 +0000
commit83ae8ba7e59a260f297d7cb0a43dfc0ae8e3a851 (patch)
tree92258f3d5e81db5a89c50a9871756a28dbd4b95d /gdb/inferior.h
parent115ccac52545770260a8233405f2b4c80d04675c (diff)
downloadgdb-83ae8ba7e59a260f297d7cb0a43dfc0ae8e3a851.tar.gz
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'.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h4
1 files changed, 2 insertions, 2 deletions
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). */