remote-est.c (est_open): Make static to match prototype.
This commit is contained in:
parent
a06cde0912
commit
bec6c6db22
@ -1,3 +1,7 @@
|
||||
Wed May 10 15:59:00 1995 Torbjorn Granlund <tege@adder.cygnus.com>
|
||||
|
||||
* remote-est.c (est_open): Make static to match prototype.
|
||||
|
||||
Tue May 9 16:58:50 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* configure.in: Add little endian PowerPC support.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user