diff options
author | Torbjorn Granlund <tege@cygnus> | 1995-05-10 23:02:46 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@cygnus> | 1995-05-10 23:02:46 +0000 |
commit | bec6c6db22b2393a01cd349b496af6e45d21e176 (patch) | |
tree | cd9c47f002791523bd0914326880dd62d643d13d /gdb/remote-est.c | |
parent | a06cde09124a7a4af1da848e3ee01a80a40a10fb (diff) | |
download | gdb-bec6c6db22b2393a01cd349b496af6e45d21e176.zip gdb-bec6c6db22b2393a01cd349b496af6e45d21e176.tar.gz gdb-bec6c6db22b2393a01cd349b496af6e45d21e176.tar.bz2 |
remote-est.c (est_open): Make static to match prototype.
Diffstat (limited to 'gdb/remote-est.c')
-rw-r--r-- | gdb/remote-est.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-est.c b/gdb/remote-est.c index efc83d4..c34d52a 100644 --- a/gdb/remote-est.c +++ b/gdb/remote-est.c @@ -151,7 +151,7 @@ static struct monitor_ops est_cmds = MONITOR_OPS_MAGIC /* magic */ }; -void +static void est_open(args, from_tty) char *args; int from_tty; |