Protoization.
[deliverable/binutils-gdb.git] / gdb / remote-est.c
index 97c24c4df992035838a1f65da1aaa33d93ba8145..23d554121333eeb62ef9608e130c1a8c1d1126e0 100644 (file)
 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.023244 seconds and 4 git commands to generate.