* NEWS: Mention pointer to member improvements.
[deliverable/binutils-gdb.git] / gdb / srec.h
index ac18e9f7ffe6daa0a71cfab3d42a6d8f4bb931bc..134a4a63908fd8c9e7e0c9789af63911b8eaf3cf 100644 (file)
@@ -1,5 +1,5 @@
 /* S-record download support for GDB, the GNU debugger.
-   Copyright 1995, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
-void load_srec PARAMS ((serial_t desc, const char *file, bfd_vma load_offset,
-                       int maxrecsize, int flags, int hashmark,
-                       int (*waitack) (void)));
+struct serial;
+
+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 */
 
This page took 0.207378 seconds and 4 git commands to generate.