]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/dsrec.c
PARAMS removal.
[thirdparty/binutils-gdb.git] / gdb / dsrec.c
index b51d857daef31a73946c436cac6f0779c52cf6cb..e9d89f6d1bd42796f2a5600c0e395c95d0651ecf 100644 (file)
 #include "srec.h"
 #include <time.h>
 
-extern void report_transfer_performance PARAMS ((unsigned long, time_t, time_t));
+extern void report_transfer_performance (unsigned long, time_t, time_t);
 
 extern int remote_debug;
 
-static int make_srec PARAMS ((char *srec, CORE_ADDR targ_addr, bfd * abfd,
-                             asection * sect, int sectoff, int *maxrecsize,
-                             int flags));
+static int make_srec (char *srec, CORE_ADDR targ_addr, bfd * abfd,
+                     asection * sect, int sectoff, int *maxrecsize,
+                     int flags);
 
 /* Download an executable by converting it to S records.  DESC is a
    serial_t to send the data to.  FILE is the name of the file to be