2005-05-16 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / dcache.h
index 5f9da65e222908c2b8dd2e958335600a72ec84d3..e9eed3dabb03e6d1716bd5b522bc17e4e68480f6 100644 (file)
@@ -37,7 +37,7 @@ void dcache_free (DCACHE *);
 
 /* Simple to call from <remote>_xfer_memory */
 
-int dcache_xfer_memory (DCACHE *cache, CORE_ADDR mem, char *my, int len,
-                       int should_write);
+int dcache_xfer_memory (DCACHE *cache, CORE_ADDR mem, gdb_byte *my,
+                       int len, int should_write);
 
 #endif /* DCACHE_H */
This page took 0.029753 seconds and 4 git commands to generate.