2004-11-08 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / srec.h
index 97c39261e53307f686b48bf16299c39d2ee8f241..8189a9b95ec3523fda19b0a1b061e70315c61005 100644 (file)
@@ -18,7 +18,9 @@
    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,
+struct serial;
+
+void load_srec (struct serial *desc, const char *file, bfd_vma load_offset,
                int maxrecsize, int flags, int hashmark,
                int (*waitack) (void));
 
This page took 0.027389 seconds and 4 git commands to generate.