* breakpoint.h (enum enable): New enum shlib_disabled for
[deliverable/binutils-gdb.git] / gdb / dcache.h
index 2d0c321fa37483cfdca0ceb48113a7b7f364eee8..a0b762a2e13466ce43cc269e651407d1a63e1c42 100644 (file)
@@ -17,13 +17,13 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #ifndef DCACHE_H
 #define DCACHE_H
 
 typedef int (*memxferfunc) PARAMS((CORE_ADDR memaddr,
-                            unsigned char *myaddr,
+                            char *myaddr,
                             int len));
 
 typedef struct dcache_struct DCACHE;
This page took 0.022964 seconds and 4 git commands to generate.