gdb/
[deliverable/binutils-gdb.git] / gdb / dcache.h
index 44d16ac64edea4316d26aa84c083bca16270d84a..e9eed3dabb03e6d1716bd5b522bc17e4e68480f6 100644 (file)
@@ -1,7 +1,8 @@
 /* Declarations for caching.  Typically used by remote back ends for
    caching remote memory.
 
-   Copyright 1992, 1993, 2001 Free Software Foundation, Inc.
+   Copyright 1992, 1993, 1995, 1999, 2000, 2001
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -36,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.024359 seconds and 4 git commands to generate.