diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-07-11 17:52:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-07-11 17:52:32 +0000 |
commit | c2b93372e65a4996466a5728742dfe4dcb820f53 (patch) | |
tree | 2a43a134ff57e135d8cbded36bc65dc12013fb03 /gdb/srec.h | |
parent | 5ff88953617f395ebc929b89df1471d3ea0e00b1 (diff) | |
download | gdb-c2b93372e65a4996466a5728742dfe4dcb820f53.tar.gz |
s/typedef serial_t/struct serial */
Diffstat (limited to 'gdb/srec.h')
-rw-r--r-- | gdb/srec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/srec.h b/gdb/srec.h index 97c39261e53..d2d9876da4c 100644 --- a/gdb/srec.h +++ b/gdb/srec.h @@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -void load_srec (serial_t desc, const char *file, bfd_vma load_offset, +void load_srec (struct serial *desc, const char *file, bfd_vma load_offset, int maxrecsize, int flags, int hashmark, int (*waitack) (void)); |