remote-est.c (est_open): Make static to match prototype.

This commit is contained in:
Torbjorn Granlund
1995-05-10 23:02:46 +00:00
parent a06cde0912
commit bec6c6db22
2 changed files with 5 additions and 1 deletions

View File

@@ -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;