* defs.h: Define CONST_PTR as blank if compiling with Microsoft
[deliverable/binutils-gdb.git] / gdb / sparcl-tdep.c
index 08736aa9715bf6c4311fe1addc1205e6ebc8e416..0bcc3a4f01d80e5f43d2472fe2e50dc3544af82e 100644 (file)
@@ -532,8 +532,9 @@ download (target_name, args, from_tty, write_routine, start_routine)
      char *target_name;
      char *args;
      int from_tty;
-     void (*write_routine)();
-     void (*start_routine)();
+     void (*write_routine) PARAMS ((bfd *from_bfd, asection *from_sec,
+                                   file_ptr from_addr, bfd_vma to_addr, int len));
+     void (*start_routine) PARAMS ((bfd_vma entry));
 {
   struct cleanup *old_chain;
   asection *section;
This page took 0.027148 seconds and 4 git commands to generate.