From bec6c6db22b2393a01cd349b496af6e45d21e176 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Wed, 10 May 1995 23:02:46 +0000 Subject: remote-est.c (est_open): Make static to match prototype. --- gdb/remote-est.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-est.c') 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; -- cgit v1.1