summaryrefslogtreecommitdiff
path: root/gdb/remote-est.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@cygnus>1995-05-10 23:02:46 +0000
committerTorbjorn Granlund <tege@cygnus>1995-05-10 23:02:46 +0000
commitbec6c6db22b2393a01cd349b496af6e45d21e176 (patch)
treecd9c47f002791523bd0914326880dd62d643d13d /gdb/remote-est.c
parenta06cde09124a7a4af1da848e3ee01a80a40a10fb (diff)
downloadbinutils-gdb-bec6c6db22b2393a01cd349b496af6e45d21e176.tar.gz
remote-est.c (est_open): Make static to match prototype.
Diffstat (limited to 'gdb/remote-est.c')
-rw-r--r--gdb/remote-est.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-est.c b/gdb/remote-est.c
index efc83d4e661..c34d52a58ec 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;