* mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
[deliverable/binutils-gdb.git] / gdb / remote-est.c
index 1810a6adf24c034698ca447fc71be4b3f41e5e7f..23d554121333eeb62ef9608e130c1a8c1d1126e0 100644 (file)
 #include "monitor.h"
 #include "serial.h"
 
-static void est_open PARAMS ((char *args, int from_tty));
+static void est_open (char *args, int from_tty);
 
 static void
-est_supply_register (regname, regnamelen, val, vallen)
-     char *regname;
-     int regnamelen;
-     char *val;
-     int vallen;
+est_supply_register (char *regname, int regnamelen, char *val, int vallen)
 {
   int regno;
 
@@ -150,15 +146,13 @@ init_est_cmds (void)
 }                              /* init_est_cmds */
 
 static void
-est_open (args, from_tty)
-     char *args;
-     int from_tty;
+est_open (char *args, int from_tty)
 {
   monitor_open (args, &est_cmds, from_tty);
 }
 
 void
-_initialize_est ()
+_initialize_est (void)
 {
   init_est_cmds ();
   init_monitor_ops (&est_ops);
This page took 0.025581 seconds and 4 git commands to generate.