X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fsrec.h;h=d2d9876da4c1c5bd86750885db988fcd7d24aad4;hb=56e2d25ab5b69584198204090fe049e920cd57db;hp=ac18e9f7ffe6daa0a71cfab3d42a6d8f4bb931bc;hpb=ed288bb597072176e84fc8279707a3f2f475779b;p=binutils-gdb.git diff --git a/gdb/srec.h b/gdb/srec.h index ac18e9f7ffe..d2d9876da4c 100644 --- a/gdb/srec.h +++ b/gdb/srec.h @@ -1,5 +1,5 @@ /* S-record download support for GDB, the GNU debugger. - Copyright 1995, 1996 Free Software Foundation, Inc. + Copyright 1995, 1996, 2000 Free Software Foundation, Inc. This file is part of GDB. @@ -18,9 +18,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -void load_srec PARAMS ((serial_t desc, const char *file, bfd_vma load_offset, - int maxrecsize, int flags, int hashmark, - int (*waitack) (void))); +void load_srec (struct serial *desc, const char *file, bfd_vma load_offset, + int maxrecsize, int flags, int hashmark, + int (*waitack) (void)); /* S-record capability flags */