Add target_xfer_partial_ftype
[deliverable/binutils-gdb.git] / gdb / sparc-nat.c
index d90ef968bae285659d75dafc4903924510c36858..45a0b54cd62a194b9190579124c103ea880481fd 100644 (file)
@@ -313,9 +313,7 @@ sparc_xfer_wcookie (struct target_ops *ops, enum target_object object,
   return len;
 }
 
-LONGEST (*inf_ptrace_xfer_partial) (struct target_ops *, enum target_object,
-                                   const char *, gdb_byte *, const gdb_byte *,
-                                   ULONGEST, LONGEST);
+target_xfer_partial_ftype *inf_ptrace_xfer_partial;
 
 static LONGEST
 sparc_xfer_partial (struct target_ops *ops, enum target_object object,
This page took 0.024022 seconds and 4 git commands to generate.