From: Torbjorn Granlund Date: Wed, 10 May 1995 23:02:46 +0000 (+0000) Subject: remote-est.c (est_open): Make static to match prototype. X-Git-Tag: gdb-4_18~11813 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bec6c6db22b2393a01cd349b496af6e45d21e176;p=platform%2Fupstream%2Fbinutils.git remote-est.c (est_open): Make static to match prototype. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d4a5cf8..3b201ea 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Wed May 10 15:59:00 1995 Torbjorn Granlund + + * remote-est.c (est_open): Make static to match prototype. + Tue May 9 16:58:50 1995 Michael Meissner * configure.in: Add little endian PowerPC support. 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;